delete_existing_variables.R 83 B

123
  1. # Delete existing variables
  2. rm(list = ls())
  3. while (!is.null(dev.list())) dev.off()