Skip to content

Commit

Permalink
Revert pipe (since re-exporting after all)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Jul 11, 2023
1 parent e0de5c5 commit 4f8a65e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions R/utils-pipe.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @usage lhs \%>\% rhs
#' @param lhs A value or the magrittr placeholder.
#' @param rhs A function call using the magrittr semantics.
#' @return The result of calling `rhs(lhs)`.
NULL

0 comments on commit 4f8a65e

Please sign in to comment.