View source: R/GHCN_FUNCTIONS.R
get_ghcn_daily_station | R Documentation |
get_ghcn_daily_station
returns a named list of data.frames
, one for
each elements
. If elements
is undefined, it returns all available weather
tables for the station
get_ghcn_daily_station(
ID,
elements = NULL,
years = NULL,
raw.dir,
standardize = F,
force.redo = F
)
ID |
A character string giving the station ID. |
elements |
A character vector of elements to extract. ACMC = Average cloudiness midnight to midnight from 30-second
ceilometer data (percent) |
years |
A numeric vector indicating which years to get. |
raw.dir |
A character string indicating where raw downloaded files should be put. |
standardize |
Select only common year/month/day? Defaults to FALSE. |
force.redo |
If this weather station has been downloaded before, should it be updated? Defaults to FALSE. |
A named list of data.frames
, one for each elements
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.