View source: R/CovariateData.R
isCovariateData | R Documentation |
Check whether an object is a CovariateData object
isCovariateData(x)
x |
The object to check. |
A logical value.
binaryCovDataFile <- system.file("testdata/binaryCovariateData.zip",
package = "FeatureExtraction"
)
covData <- loadCovariateData(binaryCovDataFile)
isCovData <- isCovariateData(covData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.