powered by
loadCovariateData loads an object of type covariateData from a folder in the file system.
loadCovariateData
loadCovariateData(file, readOnly)
An object of class CovariateData.
CovariateData
The name of the folder containing the data.
DEPRECATED: If true, the data is opened read only.
The data will be written to a set of files in the folder specified by the user.
# \donttest{ binaryCovDataFile <- system.file("testdata/binaryCovariateData.zip", package = "FeatureExtraction" ) covData <- loadCovariateData(binaryCovDataFile) # }
Run the code above in your browser using DataLab