display_appdata: Show printout of named items stored in appdata.

View source: R/app_ports.R

display_appdataR Documentation

Show printout of named items stored in appdata.

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 prints a summary of all objects currently stored within the app interface environment, by name and class

Usage

display_appdata()

Value

No return value, called for side effects

See Also

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

Examples

mount_appdata(kin_pair_data(), "my_kindata")
mount_appdata(simulate_kindist_simple(nsims = 10), "my_simdata")

display_appdata()

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