| write_wth | R Documentation |
Writes data to a single DSSAT weather file
write_wth(wth, file_name, force_std_fmt = TRUE)
wth |
a tibble containing the data to write to a DSSAT weather file |
file_name |
a character vector of length one that contains the name of a single DSSAT file into which 'wth' will be written |
force_std_fmt |
a logical value indicating whether to override the variable format stored within the 'wth' object with standard DSSAT formatting |