Usage
item_mask(data.model, items)
Arguments
- data.model
a data.frame of the data model
- items
a data.frame of the items
Value
a data.frame of the items with applied masks
Details
Two masks are applied:
the data model masks (filter = TRUE)
a default mask (replace . and _ by a space in the attribute names, plus capitalize first letter)
Examples
if (FALSE) { # \dontrun{
item_mask(data.model = "mydatamodel", items = "myitems")
} # }