R/entity-attribute-value.R
covariate_meta_info.Rd
Mappings that define attribute-value encodings into R-native objects are
stored in a FacileDataSet
's meta.yaml
file, in the sample_covariate
section.
covariate_meta_info(covariate, .fds, covdefs = NULL)
covariate | the name of the covariate |
---|---|
.fds | the |
covdefs | The |
a list of covariate information with the following elements:
$name
, $type
, $class
, $description
,
$label
, $is.factor
, (and maybe $levels
)