powered by
Reads data from a single DSSAT file A
read_filea(file_name, col_types = NULL, col_names = NULL, na_strings = NULL)
a tibble containing the data from the raw DSSAT file
a character vector of length one that contains the name of a single DSSAT output file
One of NULL, a cols() specification, or a string. See read_fwf or vignette("readr") for more details.
read_fwf
vignette("readr")
A character vector of column names; primarily helpful for cases where there are no white spaces between column names within the header line
a character vector of string to represent missing values
# Extract FileA path for sample file sample_filea <- system.file('extdata','SAMPLE.CRA',package='DSSAT') filea <- read_filea(sample_filea)
Run the code above in your browser using DataLab