R/scripts.R

#' Script Module Environment.
#'
#' In addition to importing from packages, `import` allows imports from `.R`
#' scripts (serving as modules). The scripts will be sourced into this
#' environment, from which values can be fetcthed.
#'
#' @md
#' @noRd
scripts <- new.env()

Try the import package in your browser

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

import documentation built on May 29, 2024, 9:22 a.m.