| setup_r_env | R Documentation |
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.
setup_r_env( clear_console = TRUE, clear_global_env = TRUE, setwd_to_active_doc = TRUE, prep_kim = TRUE )
clear_console |
if |
clear_global_env |
if |
setwd_to_active_doc |
if |
prep_kim |
if |
## Not run: setup_r_env() ## End(Not run)