parse_nbcn_daily: Parse parse_nbcn_daily from MeteoSwiss

View source: R/parse.R

parse_nbcn_dailyR Documentation

Parse parse_nbcn_daily from MeteoSwiss

Description

Parse parse_nbcn_daily from MeteoSwiss

Usage

parse_nbcn_daily(
  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.