From 890372f97d412f8a460ecf68c04b229bd42a001f Mon Sep 17 00:00:00 2001 From: "Frederick J. Boehm" Date: Tue, 30 Jun 2020 12:13:49 -0400 Subject: [PATCH] updated pipe files --- R/utils-pipe.R | 1 - man/pipe.Rd | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/R/utils-pipe.R b/R/utils-pipe.R index fb8c818..89089d0 100644 --- a/R/utils-pipe.R +++ b/R/utils-pipe.R @@ -1,6 +1,5 @@ #' Pipe operator #' -#' See \code{magrittr::\link[magrittr]{\%>\%}} for details. #' #' @name %>% #' @rdname pipe diff --git a/man/pipe.Rd b/man/pipe.Rd index 7683888..a6e3319 100644 --- a/man/pipe.Rd +++ b/man/pipe.Rd @@ -6,4 +6,7 @@ \usage{ lhs \%>\% rhs } +\description{ +Pipe operator +} \keyword{internal}