nesRdata (version 0.3.1)

nes_get: nes_get

Description

Retrieves external files and store in file cache.

Usage

nes_get(version_id, dest_folder = tempdir(), skip = NA, compile = TRUE)

Arguments

version_id

character version id

dest_folder

file.path optional will default to the location returned by user_data_dir.

skip

numeric vector of lines to skip on file read. optional.

compile

logical perform on-the-fly compilation to rds?

Examples

Run this code
# NOT RUN {
nes_get(version_id = "5") # save to temp folder

nes_get(version_id = "5", dest_folder = cache_path()) # save to cache folder
# }

Run the code above in your browser using DataCamp Workspace