Disabling Shiny Autoload of R Scripts
Usage
disable_autoload(golem_wd = get_golem_wd(), pkg)
Arguments
- golem_wd
Path to the root of the package. Default is
get_golem_wd()
.- pkg
Deprecated, please use golem_wd instead
Examples
if (interactive()) {
disable_autoload()
}