powered by
Function to clear all elements within environment
clear_env(env, ...)
environment to clean, can be an R environment, or a fastmap2 instance
fastmap2
ignored
env = new.env() env$a = 1 print(as.list(env)) clear_env(env) print(as.list(env))
Run the code above in your browser using DataLab