From 9c7caef12fa06896344c65f3103701fc83a9f0be Mon Sep 17 00:00:00 2001 From: Yossi Farjoun Date: Wed, 28 Aug 2024 19:01:33 -0400 Subject: [PATCH] Update pipe.R --- R/pipe.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/pipe.R b/R/pipe.R index 2c14a6f..f9748f6 100644 --- a/R/pipe.R +++ b/R/pipe.R @@ -261,7 +261,7 @@ pipe_nested <- function(lhs, rhs) { #' do not have a built-in data argument. #' #' @param lhs A list, environment, or a data.frame. -#' @param rhs An expression where the names in lhs is available. +#' @param rhs An expression where the names in lhs are available. #' #' @details Some functions, e.g. `lm` and `aggregate`, have a #' data argument, which allows the direct use of names inside the data as part