R/entity-attribute-value.R
validate_covariate_def_list.Rd
The covariates defined in x
must be a subset of the columns in pdata
.
This method will throw an error if there is a covariate in x
that does
not have a matching column in pdata
.
validate_covariate_def_list(x, pdata)
x | a covariate definition list-of-lists |
---|---|
pdata | a |
This function does not check if all columns in pdata
have definitions in
x
.