parse_nbcn_monthly | R Documentation |
Parse parse_nbcn_monthly from MeteoSwiss
parse_nbcn_monthly(
p = NULL,
remote = FALSE,
stn = "SMA",
type = c("current", "previous")
)
p |
File path or URL |
remote |
Load from remote (URL) |
stn |
Station identifier (e. g. "SMA" or "BAS") |
type |
"current" for current year or "previous" for historical |
data table
M. Saenger
dat <- parse_nbcn_daily(p = dir.data, remote = TRUE, stn = "SMA", type = "current")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.