powered by
Retrieves external files and store in file cache.
nes_get(version_id, dest_folder = tempdir(), skip = NA, compile = TRUE)
character version id
file.path optional will default to the location returned by user_data_dir.
user_data_dir
numeric vector of lines to skip on file read. optional.
logical perform on-the-fly compilation to rds?
# 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 DataLab