- raw_lines
a character vector that includes the contents
of a single tier of data (including headline, but excluding version
stamp and other header information) from a DSSAT output file
- col_types
One of NULL, a cols() specification, or a string.
See read_fwf
or vignette("readr")
for
more details.
- 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
- left_justified
A character vector of column names that
should be left justified
- guess_max
An integer indicating the maximum number of lines
that should be used to guess the type of a column
- join_tiers
A logical indicating whether the multiple tiers should be
combined into a single tibble
- store_v_fmt
a logical value indicating whether or not to store the
format for variables being read
- read_only
NULL or a character vector of column names that should be read in;
If non-NULL only the columns listed will be read in.
- convert_date_cols
A logical value indicating whether to convert
columns expected to be dates into date-time format. If TRUE, any column that
matches the following regular expression will be converted:
"(DATE)|((?<!(L)|(SS))AT$)|(PFRST)|(PLAST)|(HFRST)|(HLAST)"