add,repository-method | R Documentation |
Add an object to the model's repository
## S4 method for signature 'repository'
add(obj, ..., overwrite = FALSE)
## S4 method for signature 'model'
add(obj, ..., overwrite = FALSE, repo_name = NULL)
obj |
model object |
... |
model elements, allowed classes: ... |
overwrite |
logical, if TRUE, objects with the same name will be overwritten, error will be reported if FALSE |
repo_name |
character, optional name of a (sub-)repository to add the object. |
model object with added elements to the repository
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.