Skip to content

Commit

Permalink
readd usethis::usepipe()
Browse files Browse the repository at this point in the history
  • Loading branch information
jenisayshi committed Sep 4, 2024
1 parent 7ef4a41 commit 8996851
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/shinyGovstyle-package.R

This file was deleted.

14 changes: 14 additions & 0 deletions R/utils-pipe.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @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 8996851

Please sign in to comment.