Compute default value for an attribute
Usage
dm_default(data.model, name)
Arguments
- data.model
a data.frame containing the data model
- name
a character string with the attribute name
Value
the default value or computed output of the default function
Examples
if (FALSE) { # \dontrun{
value <- dm_default(data.model = mydatamodel, name = "date")
} # }