nooa_ghcn_setup_variables: Setup the global variables for NOOA GHCN data

Description Usage Arguments

View source: R/ghcn-extract.R

Description

Setup the global variables for NOOA GHCN data

Usage

1
2
3
4
5
6
nooa_ghcn_setup_variables(
  dat_flag = "noaa_ghcn_daily",
  data_dl_method = "libcurl",
  metadata_dirname = "metadata",
  url = NULL
)

Arguments

dat_flag

(character) : "noaa_ghcn_daily" (default) name of the data - will appear as data folder name when data are saved

data_dl_method

(character) : "libcurl" (default) data download method

metadata_dirname

(character) : "metadata" (default) metadata folder name

url

(character) : NULL (default) data url - the default one is encoded in the function body


shamindras/backburner documentation built on Feb. 28, 2021, 12:20 a.m.