Learn R Programming

formods (version 0.2.1)

UD_fetch_code: Fetch Module Code

Description

Fetches the code to generate results seen in the app

Usage

UD_fetch_code(state)

Value

Character object vector with the lines of code

Arguments

state

UD state from UD_fetch_state()

Examples

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

Run the code above in your browser using DataLab