UD_fetch_code: Fetch Module Code

View source: R/UD_Server.R

UD_fetch_codeR Documentation

Fetch Module Code

Description

Fetches the code to generate results seen in the app

Usage

UD_fetch_code(state)

Arguments

state

UD state from UD_fetch_state()

Value

Character object vector with the lines of code

Examples

# This creates a session variable that will be available in Shiny
state = UD_test_mksession(session=list())$state
UD_fetch_code(state)

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