Add an object to the model's repository
Source:R/class-repository.R
, R/class-model.R
, R/class-scenario.R
add.Rd
Add an object to the model's repository
Usage
# S4 method for class 'repository'
add(obj, ..., overwrite = FALSE)
# S4 method for class 'model'
add(obj, ..., overwrite = FALSE, repo_name = NULL)
# S4 method for class 'scenario'
add(obj, ..., overwrite = FALSE, repo_name = NULL)
See also
Other repository:
newRepository()
,
repository-class