R/exampletestr.R

#' @importFrom magrittr '%>%' '%T>%' '%<>%'
#' @importFrom roxygen2 roclet
#' @importFrom utils globalVariables
NULL

## quiets concerns of R CMD check re: the .'s that appear in pipelines
if (getRversion() >= "2.15.1") {
  globalVariables(c(".", "file.edit"))
}

Try the exampletestr package in your browser

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

exampletestr documentation built on July 9, 2023, 5:24 p.m.