Last chance! 50% off unlimited learning
Sale ends in
# NOT RUN {
tmp <- 1:4
## work with tmp and cleanup
rm(tmp)
# }
# NOT RUN {
## remove (almost) everything in the working environment.
## You will get no warning, so don't do this unless you are really sure.
rm(list = ls())
# }
Run the code above in your browser using DataLab