temp_load: temp_load

View source: R/load.R

temp_loadR Documentation

temp_load

Description

Load files from local file system

Usage

temp_load(version_id, format = "rds", fpath = NA)

Arguments

version_id

character database version string

format

character choice of rds or sqlite

fpath

file.path optionally specify custom location of rds file

Examples

## Not run: 
dt  <- temp_load("1")
dt2 <- temp_load("2")

## End(Not run)

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