Skip to contents

Apply mask on the data model.

Usage

dm_mask(data.model)

Arguments

data.model

a data.frame of the data model.

Value

A data.frame with renamed columns.

Examples

if (FALSE) { # \dontrun{
dm_mask(data.model = dm)
} # }