We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21093d0 commit 9c7caefCopy full SHA for 9c7caef
R/pipe.R
@@ -261,7 +261,7 @@ pipe_nested <- function(lhs, rhs) {
261
#' do not have a built-in data argument.
262
#'
263
#' @param lhs A list, environment, or a data.frame.
264
-#' @param rhs An expression where the names in lhs is available.
+#' @param rhs An expression where the names in lhs are available.
265
266
#' @details Some functions, e.g. `lm` and `aggregate`, have a
267
#' data argument, which allows the direct use of names inside the data as part
0 commit comments