reset_tempdata: Reset app tempdata (internal mem)

View source: R/app_ports.R

reset_tempdataR Documentation

Reset app tempdata (internal mem)

Description

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.

This function resets the internal tempdata environment used by the kindisperse app, keeping it from becoming over-cluttered & freeing up space.

Usage

reset_tempdata()

Value

No return value, called for side effects

See Also

Other app_ports: display_appdata(), mount_appdata(), reset_appdata(), retrieve_appdata(), retrieve_tempdata(), retrieveall_appdata(), unmount_appdata()

Examples

reset_tempdata()

moshejasper/kindisperse documentation built on Oct. 25, 2024, 2:57 a.m.