temp_compile: Compile data to R data (rds) object

View source: R/compile.R

temp_compileR Documentation

Compile data to R data (rds) object

Description

Compile data from component flat files

Usage

temp_compile(version_id, format = "rds", folder = NA, skip = NA)

Arguments

version_id

character temp database version string

format

character choice of "rds" or "sqlite"

folder

file.path to data folder.

skip

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

Examples

## Not run: 
temp_compile("1", format = "rds")

## End(Not run)

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