read_filex_multiple: Read multiple File X

View source: R/read_filex_multiple.R

read_filex_multipleR Documentation

Read multiple File X

Description

Read multiple File X

Usage

read_filex_multiple(
  file_name,
  col_types = NULL,
  col_names = NULL,
  na_strings = NULL,
  store_v_fmt = FALSE,
  use_std_fmt = TRUE
)

Arguments

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 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 containing strings that should be interpreted as missing values

store_v_fmt

a logical value indicating whether or not to store the format for variables being read

use_std_fmt

logical value indicating whether to read FileX using the standard column formats. If FALSE, column formats will be inferred from tier headers


DSSAT documentation built on Nov. 9, 2023, 1:08 a.m.