FM_fetch_app_info: Fetches Informaiton About the App

View source: R/formods.R

FM_fetch_app_infoR 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

  • uiele: All system information as UI elements to be used in shiny apps.

  • uiele_packages: UI element for installed packages to be used in shiny apps.

  • uiele_options: UI element for current options.

  • uiele_modules: UI element for loaded formods modules to be used in shiny apps.

  • modules: List with formods module IDs used in the app as the element names. Each contains details about that module.

  • msgs: System information as text to be used in a report/terminal.

  • si_packages Dataframe with currently used packages.

  • si_options Dataframe with current options

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

formods documentation built on April 12, 2025, 1:57 a.m.