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