loadCovariateData: Load the covariate data from a folder

View source: R/CovariateData.R

loadCovariateDataR Documentation

Load the covariate data from a folder

Description

loadCovariateData loads an object of type covariateData from a folder in the file system.

Usage

loadCovariateData(file, readOnly)

Arguments

file

The name of the folder containing the data.

readOnly

DEPRECATED: If true, the data is opened read only.

Details

The data will be written to a set of files in the folder specified by the user.

Value

An object of class CovariateData.

Examples

## Not run: 
binaryCovDataFile <- system.file("testdata/binaryCovariateData.zip",
  package = "FeatureExtraction"
)
covData <- loadCovariateData(binaryCovDataFile)

## End(Not run)


OHDSI/FeatureExtraction documentation built on April 22, 2024, 10:24 p.m.