GetSMNData: Get Meteorological data This function is defunct.

View source: R/GetSMNData.R

GetSMNDataR Documentation

Get Meteorological data This function is defunct.

Description

Get Meteorological data This function is defunct.

Usage

GetSMNData(
  date,
  type = c("hourly", "daily", "radiation"),
  bar = FALSE,
  cache = TRUE,
  file.dir = tempdir()
)

Arguments

date

date vector of dates to fetch data

type

type of data to retrieve

bar

logical object indicating whether to show a progress bar

cache

logical indicating if the results should be saved on disk

file.dir

optional directory where to save and/or retrieve data

Value

Nothing


metR documentation built on Oct. 14, 2024, 5:09 p.m.