write_filex {DSSAT}R Documentation

Writes data to a single DSSAT FileX

Description

Writes data to a single DSSAT FileX

Usage

write_filex(filex, file_name, drop_duplicate_rows = TRUE, force_std_fmt = TRUE)

Arguments

filex

a list of tibbles containing the data to write to a DSSAT file X

file_name

a character vector of length one that contains the name of a single DSSAT file into which 'filet' will be written

drop_duplicate_rows

a logical value indicating whether duplicate rows should be dropped from tier_data

force_std_fmt

a logical value indicating whether to override the variable format stored within the FileX object with standard DSSAT formatting


[Package DSSAT version 0.0.9 Index]