R/utils.R

#' Pipe operator
#'
#' See \code{\link[magrittr]{\%>\%}} for more details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @examples{
#'
#'   iris %>% as.matrix()
#'}
NULL

# Get rid of NOTES
globalVariables(c(".", "name", "id", "text"))
r-music/vagalumeR documentation built on June 8, 2019, 11:50 p.m.