clear_output {DSSAT} | R Documentation |
Clear output files
Description
A function to delete DSSAT output files (\*.OUT) and intermediate files (\*.INH, \*.INP and \*.LST) from a directory
Usage
clear_output(dir_name = getwd(), file_ext = c("OUT", "LST", "INP", "INH"))
Arguments
dir_name |
a length-one character vector indicating the directory in which to delete output files (by default the current working directory) |
file_ext |
a character vector of file extensions to delete |
[Package DSSAT version 0.0.9 Index]