parse_nbcn_monthly: Parse parse_nbcn_monthly from MeteoSwiss

View source: R/parse.R

parse_nbcn_monthlyR Documentation

Parse parse_nbcn_monthly from MeteoSwiss

Description

Parse parse_nbcn_monthly from MeteoSwiss

Usage

parse_nbcn_monthly(
  p = NULL,
  remote = FALSE,
  stn = "SMA",
  type = c("current", "previous")
)

Arguments

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

Value

data table

Author(s)

M. Saenger

Examples

dat <- parse_nbcn_daily(p = dir.data, remote = TRUE, stn = "SMA", type = "current")

m-saenger/wxSwiss documentation built on Nov. 15, 2024, 3:02 a.m.