Set up R environment
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
TRUE
clear_global_env
setwd_to_active_doc
prep_kim
## Not run: setup_r_env() ## End(Not run)
Useful links