View source: R/CovariateData.R
loadCovariateData | R Documentation |
loadCovariateData
loads an object of type covariateData from a folder in the file system.
loadCovariateData(file, readOnly)
file |
The name of the folder containing the data. |
readOnly |
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.
An object of class CovariateData
.
binaryCovDataFile <- system.file("testdata/binaryCovariateData.zip",
package = "FeatureExtraction"
)
covData <- loadCovariateData(binaryCovDataFile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.