Description Usage Value See Also Examples
This function is part of a suite of functions handling the interface between the kindisperse app & R
package. Due to how shiny's interactive programming works, ordinary objects are not visible to the reactive functions
embedded in the app. The solution implemented here is to construct a custom environment, env_appdata
, that is
accessible within the app and outside of it.
When called, this function clears all attached objects from the app interface environment, keeping it from becoming over-clutttered & taking up space.
1 |
No return value, called for side effects
Other app_ports:
display_appdata()
,
mount_appdata()
,
reset_tempdata()
,
retrieve_appdata()
,
retrieve_tempdata()
,
retrieveall_appdata()
,
unmount_appdata()
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.