Read weather records from a file list and/or a folder list

readWeatherRecords(
  dataFiles = NULL,
  dataFolders = NULL,
  dataFormat = "APSIM",
  dataWeather = NULL,
  load.later = FALSE,
  ...
)

Arguments

dataFiles

A character vector to specify the path of weather data files.

dataFolders

A character vector to specify the path of weather data folders.

dataFormat

The format of weather data file.

dataWeather

A data.frame for existing data.

load.later

Whether load weather records now or later. "dataFroamt" should be One of "APSIM" and "RDATA".

...

Other arguments

Value

A WeaAna class which contains all weather data.