View source: R/experiment.env_cleanup.R
experiment.env_cleanup | R Documentation |
This is an internal function removing unnecessary files (and the running directory itself) from the running environment
experiment.env_cleanup(id, run_dir, out_fname, out_dir)
id |
a numeric identifier used to format the output's file name |
run_dir |
the directory to cleanup |
out_fname |
output filename prefix |
out_dir |
output directory specified by the user |
Beccuti Marco, Castagno Paolo, Pernice Simone
## Not run:
experiment.env_cleanup(id=1, run_dir="/run/directory", out_fname="simulation", out_dir="/out/directory",)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.