R/echo-package.R

Defines functions .onAttach

#' @aliases echo_package
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
## usethis namespace: end
NULL

op.echo <- list( # nolint: object_name_linter.
  echo.timezone = "UTC"
)

.onAttach <- function(libname, pkgname) {
  options(op.echo[!names(op.echo) %in% names(options())])
}

Try the echo package in your browser

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

echo documentation built on May 31, 2023, 7:03 p.m.