View source: R/clean_out_dir.R
clean_out_dir | R Documentation |
Back up outputs of a previous simulation
clean_out_dir(new_outpath, old_outpath)
new_outpath |
the path to the folder new_output (the current directory of the outputs) |
old_outpath |
the path to a back up folder old_output (the folder in which you want to store the outputs of the previous simulation) |
nothing
## Not run:
new_outpath = normalizePath("2-outputs/new_output/", winslash = "/")
old_outpath = normalizePath("2-outputs/old_output/", winslash = "/")
clean_out_dir(new_outpath,old_outpath)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.