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 Sept. 24, 2023, 1:08 a.m.