Learn R Programming

golem (version 0.5.1)

disable_autoload: Disabling Shiny Autoload of R Scripts

Description

Disabling Shiny Autoload of R Scripts

Usage

disable_autoload(pkg = get_golem_wd())

Value

The path to the file, invisibly.

Arguments

pkg

Path to the root of the package. Default is get_golem_wd().

Examples

Run this code
if (interactive()) {
  disable_autoload()
}

Run the code above in your browser using DataLab