clear_output: Clear output files

View source: R/clear_output.R

clear_outputR 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


DSSAT documentation built on Nov. 9, 2023, 1:08 a.m.