R/readWeatherRecords.r
readWeatherRecords.Rd
Read weather records from a file list and/or a folder list
readWeatherRecords(
dataFiles = NULL,
dataFolders = NULL,
dataFormat = "APSIM",
dataWeather = NULL,
load.later = FALSE,
...
)
A character vector to specify the path of weather data files.
A character vector to specify the path of weather data folders.
The format of weather data file.
A data.frame for existing data.
Whether load weather records now or later. "dataFroamt" should be One of "APSIM" and "RDATA".
Other arguments
A WeaAna class which contains all weather data.