Rdocumentation
powered by
Learn R Programming
devtools (version 1.0)
clean_source: Sources an R file in a clean environment.
Description
Opens up a fresh R environment and sources file, ensuring that it works independently of the current working environment.
Usage
clean_source(path, vanilla = FALSE)
Arguments
path
path to R script
vanilla
if
TRUE
tells R not to use any system specific settings.