Skip to contents

Helper function to compute the data model name.

Usage

dm_name(id)

Arguments

id

the id of the module server instance.

Value

The name of the corresponding data model.

Examples

dm_name(id = "mydata")
#> [1] "mydata_data_model"