View source: R/CovariateData.R
isAggregatedCovariateData | R Documentation |
Check whether covariate data is aggregated
isAggregatedCovariateData(x)
x |
The covariate data object to check. |
A logical value.
covariateData <- FeatureExtraction::createEmptyCovariateData(
cohortIds = 1,
aggregated = FALSE,
temporal = FALSE
)
isAggrCovData <- isAggregatedCovariateData(covariateData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.