View source: R/om_model_object.R
om_model_object | R Documentation |
Retrieves a model object, creates if needed
om_model_object(
ds,
feature,
model_version,
model_name = FALSE,
model_varkey = "om_model_element"
)
ds |
RomDataSource |
feature |
Feature object RomFeature |
model_version |
Model version |
model_name |
Model name, defaults to feature name + model_Version |
model_varkey |
Variable key to use for model if one needs to be created, default=om_model_element |
model object as RomProperty
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.