nlaR (version 0.4.1)

nla_load: Load NLA data into current R session

Description

Load NLA data into current R session

Usage

nla_load(year, use_rappdirs = FALSE, source_folder = NA)

Value

list

Arguments

year

numeric choice of 2007 or 2012.

use_rappdirs

logical write files to operating system data directories at the location returned by user_data_dir.

source_folder

optional custom file.path to data directory

Examples

Run this code
if (FALSE) {
# nla_get(2012, use_rappdirs = TRUE)
dt <- nla_load(2012, use_rappdirs = TRUE)
}

Run the code above in your browser using DataLab