get_isd_data: Function to directly get/import ISD data.

View source: R/get_isd_data.R

get_isd_dataR Documentation

Function to directly get/import ISD data.

Description

Function to directly get/import ISD data.

Usage

get_isd_data(
  site,
  year,
  priority = FALSE,
  longer = FALSE,
  parallel = FALSE,
  verbose = FALSE
)

Arguments

site

Vector of ISD site codes.

year

Vector of years.

priority

Should only a selected priority group of variables be returned?

longer

Should the observations be reshaped to be in "long" format?

parallel

Should files be read in parallel? If TRUE, a futures back-end must be registered.

verbose

Should the function give messages?

Value

Tibble.

Author(s)

Stuart K. Grange.

See Also

ISD

Examples


# Load some data
get_isd_data(site = "11290099999", year = 2020, priority = TRUE)


skgrange/isdr documentation built on June 25, 2022, 6:21 a.m.