View source: R/readWeatherRecords.r
| readWeatherRecords | R Documentation |
Read weather records from a file list and/or a folder list
readWeatherRecords(
dataFiles = NULL,
dataFolders = NULL,
dataFormat = "APSIM",
dataWeather = NULL,
load.later = FALSE,
...
)
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 |
A WeaAna class which contains all weather data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.