powered by
Read weather records from a file list and/or a folder list
read_weather(file, format = "APSIM", ...)
A data.frame which contains all weather data.
A character string to specify weather filename.
A character string to specify the format of weather file.
Other arguments
file <- system.file("extdata/ppd_72150.met", package = "tidyweather") records <- read_weather(file) head(records)
Run the code above in your browser using DataLab