newRegistry | R Documentation |
Create a new registry object to store records of scenarios, models, and repositories.
newRegistry(
class = c("scenario", "model", "repository"),
name = NULL,
registry_env = ".GlobalEnv",
store_env = ".scen"
)
class |
character, type of the classes to be stored in the registry. |
name |
character, name of the registry object. |
registry_env |
character, environment to store the registry object. |
store_env |
character, environment to store the objects. |
# The `registry` methods are in development.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.