data_type_names | R Documentation |
Provides names to data types
data_type_names(model, data)
model |
A |
data |
A |
A vector of strings of data types
model <- make_model('X -> Y')
data <- make_data(model, n = 2)
data_type_names(model, data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.