R/utils.R

#' Pipe operator
#'
#' See \code{\link[magrittr]{\%>\%}} for more details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @importFrom magrittr %>%
NULL

# Get rid of spurious NOTEs
globalVariables(c(
  ".", "V1", "V4", "color", "end", "font_family", "font_size", "id", "lead",
  "n", "page", "setNames", "size", "start", "title", "xpath", "string", "positions"))
abjur/djt documentation built on May 10, 2019, 4:12 a.m.