nla_load: Load NLA data into current R session

View source: R/load.R

nla_loadR Documentation

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)

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

Value

list

Examples

## Not run: 
# nla_get(2012, use_rappdirs = TRUE)
dt <- nla_load(2012, use_rappdirs = TRUE)

## End(Not run)

jsta/nlaR documentation built on March 23, 2023, 11:53 p.m.