fetch_ecomon: Fecth EcoMon data from NCEI

View source: R/fetch.R

fetch_ecomonR Documentation

Fecth EcoMon data from NCEI

Description

Fecth EcoMon data from NCEI

Usage

fetch_ecomon(
  id = "0187513",
  dest = get_data_path(),
  decompress = TRUE,
  cleanup = decompress
)

Arguments

id

char, a dataset id like '0187513'

dest

character, the path to save the data to

decompress

logical, if TRUE unpack the downloaded file

cleanup

logical, if TRUE remove the downloaded zip file. Ignored unless decompress is TRUE

Value

the result of download.file


BigelowLab/ecomon documentation built on Dec. 8, 2023, 9:21 p.m.