Load scripts that cannot put into package R folder
Source:R/generics-load_scripts.R
load_scripts.Rd
Use in comp.R
to load scripts that cannot be put into
package "R/"
folder. Usually the scripts contains shiny reactive
values that changes dynamically.
Arguments
- ...
script files that are wrapped by
get_path
, or R quasi-quotations wrapped byquo
.- asis
if the scripts to be loaded is a file, whether to copy to a temporary directory when launching 'RAVE'. Usually we set this to be true to save loading time. However, if your scripts also source other scripts in relative path, we recommend setting
asis=FALSE
and also load additional scripts using this function.
Details
This function raises error when running in default contexts, and requires debug mode, or run inside of 'RAVE' instance.