R/utils.R

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


globalVariables(
  c("Date", "country", ".", "DATE", "tstat", "value",
    "crit", "sig", "sadf", "type", "gsadf", "lag")
)
kvasilopoulos/ihpdr documentation built on Jan. 21, 2021, 7:52 a.m.