R/clear_scene.R

Defines functions clear

Documented in clear

#' @title Clear the Global Environment
#'
#' @export

clear <- function() rm(list=ls(envir=.GlobalEnv, all.names = TRUE),
                       envir=.GlobalEnv)
mattwarkentin/sandbox documentation built on Jan. 29, 2020, 4:46 p.m.