View source: R/clean_workspace.R
clean_workspace | R Documentation |
Function to clean workspace appart from some variables
clean_workspace(
keep = getOption("keep_in_workspace"),
load_on_exit = getOption("load_in_workspace"),
envir = .GlobalEnv
)
keep |
Objects to not be removed from the workspace. Provide as character vector. By default getOption('keep_in_workspace') is called. |
load_on_exit |
Source a file on exit. Provide a file path. By default getOption('load_in_workspace') is called. |
envir |
Envrionment to be cleaned. Deafault: .GlobalEnv |
Andreas Scharmueller, andschar@proton.me
clean_workspace()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.