initializeFacileDataSet: Create an empty FacileDataSet

View source: R/construction.R

initializeFacileDataSetR Documentation

Create an empty FacileDataSet

Description

This is a helper function that is currently only called from as.FacileDataSet

Usage

initializeFacileDataSet(path, meta_file, page_size = 2^12, cache_size = 2e+05)

Arguments

path

the directory to create which will house the FacileDataSet

page_size, cache_size

pragma values to setup the backend SQLite database

covariate_definition

the path to the covariate definition file

Value

inivisibly returns the path to the successfully created datastore


facileverse/FacileData documentation built on April 12, 2025, 11:50 a.m.