View source: R/climatological_normal_CWS.R
download_climate_normals | R Documentation |
This function will download the climatological normals from CWS stations available in Inmet site.
download_climate_normals(variable, range_time)
variable |
The variables available to download. The available variables are: rainfall_norm, t2m_norm, rh_norm, ws_norm and etp_norm. |
range_time |
The range of time which the climatological normals were computed. The available range of time is: "1991-2020". |
Returns a data.frame with climatological normal required.
Roberto Filgueiras
## Not run:
df <- download_climate_normals(
variable = "rainfall_norm",
range_time = "1991-2020"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.