UD_fetch_code {formods}R 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)

[Package formods version 0.1.5 Index]