R/utils-pipe.R

#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @importFrom rlang .data
#' @usage lhs \%>\% rhs
NULL

#' @importFrom dplyr vars
#' @export
dplyr::vars
andrew-MET/harpVis documentation built on March 11, 2024, 9:34 a.m.