R/pipe.R

#' Pipe
#'
#' Several functions in scan are designed to work with pipes `\%>\%`. This
#' pipe function is directly imported from magrittr.
#'
#' @importFrom magrittr %>%
#' @details Since R 4.1 a pipe operator |> is included in base R. This pipe
#'   operator can be used along with scan perfectly fine.
#' @name %>%
#' @rdname pipe
#' @export
#' @keywords internal
NULL

Try the scan package in your browser

Any scripts or data that you put into this service are public.

scan documentation built on Aug. 8, 2023, 5:07 p.m.