FM_fetch_app_info {formods}R Documentation

Fetches Informaiton About the App

Description

Returns diagnostic information about the app

Usage

FM_fetch_app_info(session)

Arguments

session

Shiny session variable.

Value

List with information about the app with the following structure

Examples

# We need a Shiny session object to use this function:
sess_res = UD_test_mksession()
session = sess_res$session
app_info  = FM_fetch_app_info(session)
app_info$msgs

[Package formods version 0.2.1 Index]