setup_r_env {kim} | R Documentation |
Set up R environment
Description
Set up R environment by (1) clearing the console; (2) removing all objects in the global environment; (3) setting the working directory to the active document (in RStudio only); (4) unloading and loading the kim package.
Usage
setup_r_env(
clear_console = TRUE,
clear_global_env = TRUE,
setwd_to_active_doc = TRUE,
prep_kim = TRUE
)
Arguments
clear_console |
if |
clear_global_env |
if |
setwd_to_active_doc |
if |
prep_kim |
if |
Examples
## Not run:
setup_r_env()
## End(Not run)
[Package kim version 0.5.422 Index]