Skip to contents

Data model attribute filter

Usage

dm_filter(data.model, set = NULL)

Arguments

data.model

a data.frame containing the data model

set

an optional character vector with the name of the attributes to set as filtered

Value

either the list of attributes that are filtered or an updated data model if set is not NULL

Details

If filter is NULL, then the data model passed as data.model is returned

Examples

if (FALSE) { # \dontrun{
dm_filter(data.model = mydatamodel, filter = c("id", "internal"))
} # }