temp_get: temp_get

View source: R/get.R

temp_getR Documentation

temp_get

Description

Retrieves external files and store in file cache.

Usage

temp_get(version_id, skip = NA, dest_folder = NA, compile = TRUE)

Arguments

version_id

version id

skip

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

dest_folder

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

compile

logical perform on-the-fly compilation to rds?

Examples

## Not run: 
temp_get(version = "1")

## End(Not run)

jsta/externalrdata documentation built on Oct. 16, 2023, 4:51 a.m.