| read_filea | R Documentation | 
Reads data from a single DSSAT file A
read_filea(file_name, col_types = NULL, col_names = NULL, na_strings = NULL)
| file_name | a character vector of length one that contains the name of a single DSSAT output file | 
| col_types | One of NULL, a cols() specification, or a string.
See  | 
| col_names | A character vector of column names; primarily helpful for cases where there are no white spaces between column names within the header line | 
| na_strings | a character vector of string to represent missing values | 
a tibble containing the data from the raw DSSAT file
# Extract FileA path for sample file
sample_filea <- system.file('extdata','SAMPLE.CRA',package='DSSAT')
filea <- read_filea(sample_filea)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.