Assign a value to the redcapcustodian.env environment, retrievable with get_package_scope_var
Source: R/utils.R
set_package_scope_var.Rd
Assign a value to the redcapcustodian.env environment, retrievable with get_package_scope_var
Assign a value to the redcapcustodian.env environment, retrievable with get_package_scope_var
Examples
if (FALSE) { # \dontrun{
set_package_scope_var("hello", "world")
hello <- get_package_scope_var("hello")
} # }
if (FALSE) { # \dontrun{
set_package_scope_var("hello", "world")
hello <- get_package_scope_var("hello")
} # }