Learn R Programming

formods (version 0.2.1)

FG_fetch_code: Fetch Module Code

Description

Fetches the code to generate results seen in the app

Usage

FG_fetch_code(state)

Value

Character object vector with the lines of code

Arguments

state

UD state from FG_fetch_state()

Examples

Run this code
# \donttest{
# This will create a populated FG state object:
sess_res = FG_test_mksession()
state   = sess_res$state
code  = FG_fetch_code(state)
cat(paste(code, collapse="\n"))
# }

Run the code above in your browser using DataLab