get_dataset: Deprecated: Retrieve and read dataset from statnipokladna

View source: R/datasets.R

get_datasetR Documentation

Deprecated: Retrieve and read dataset from statnipokladna

Description

Deprecated, use sp_get_dataset() instead.

Usage

get_dataset(dataset_id, year, month = 12, dest_dir = NULL, redownload = FALSE)

Arguments

dataset_id

A dataset ID. See id column in sp_datasets for a list of available datasets

year

year, numeric vector of length <= 1 (can take multiple values), 2015-2019 for some datasets, 2010-2020 for others. Defaults to 2018. (see Details for how to work with data across time periods.)

month

month, numeric vector of length <= 1 (can take multiple values). Must be between 1 and 12. Defaults to 12. (see Details for how to work with data across time periods.)

dest_dir

character. Directory in which downloaded files will be stored. If left unset, will use the statnipokladna.dest_dir option if the option is set, and tempdir() otherwise. Will be created if it does not exist.

redownload

Redownload even if file has already been downloaded? Defaults to FALSE.

Details

[Deprecated]

Value

character (link) if download = TRUE, nothing otherwise.


petrbouchal/statnipokladna documentation built on March 15, 2024, 10:11 p.m.