Load NLA data into current R session
nla_load(year, use_rappdirs = FALSE, source_folder = NA)
year | numeric choice of 2007 or 2012. |
---|---|
use_rappdirs | logical write files to operating system data directories at the location returned by |
source_folder | optional custom file.path to data directory |
list
# \donttest{ # nla_get(2012, use_rappdirs = TRUE) dt <- nla_load(2012, use_rappdirs = TRUE) # }