Description Usage Arguments Value Examples
Load paramters as variables to the current environment (or any other environment envir
)
1 | load_params_to_env(params, package = NULL, envir = parent.frame())
|
params |
parameters to load |
package |
package |
envir |
environment to load to |
invisibly returns the changed environment
1 2 3 4 5 | register_params(example_config_file(), 'tgconfig')
get_package_params('tgconfig')
load_params_to_env(c('expr_param', 'boolean_param'), 'tgconfig')
expr_param
boolean_param
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.