https://github.com/cran/FedData
Raw File
Tip revision: b905690f6fa943d53bb0ad0ac16f5bd61346bf1c authored by R. Kyle Bocinsky on 25 May 2023, 15:10:08 UTC
version 3.0.4
Tip revision: b905690
utils-pipe.R
#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL
back to top