define_namespace | R Documentation |
Creates a new namespace object which can be used to store evaluated parameters. A namespace object combines a data frame for storing vector parameters with an environment for storing non-vector parameters.
define_namespace(env, df, additional = NULL)
env |
An environment of pre-existing values |
df |
A data frame of pre-existing parameter values |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.