enhance | R Documentation |
enhance() is a method that adds new data fields (columns for tabular data, elements for arrays) and values to a model module by transforming it into a module of an inheriting class.
enhance(x, ...)
x |
A model module (an instance of a class that inherits from Ready4Module) or submodule (any S3 class instance) |
... |
Additional arguments |
A model module (an instance of a class that inherits from Ready4Module) or submodule (any S3 class instance) of the same class as that supplied to the method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.