| init_app | R Documentation |
Creates a fresh environment holding all per-application global stores
(session registry, per-module input registries, etc.).
This function is designed to be called from a ‘global.R’ file
generated by render(), not for user's call.
init_app(env = parent.frame())
env |
environment where the application is initialized into. |
Nothing.
init_app(env = new.env())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.