clean_out_dir: Back up outputs of a previous simulation

View source: R/clean_out_dir.R

clean_out_dirR Documentation

Back up outputs of a previous simulation

Description

Back up outputs of a previous simulation

Usage

clean_out_dir(new_outpath, old_outpath)

Arguments

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)

Value

nothing

Examples

## 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)



MadoShi64/rstep documentation built on July 1, 2024, 4:55 p.m.