DW_fetch_code {formods}R Documentation

Fetch Module Code

Description

Fetches the code to generate results seen in the app

Usage

DW_fetch_code(state)

Arguments

state

DW state from DW_fetch_state()

Value

Character object vector with the lines of code and isgood)

Examples

# This will create a formods DW state object for the example
sess_res = DW_test_mksession(session=list())
state   = sess_res$state
code = DW_fetch_code(state)
cat(code)

[Package formods version 0.1.5 Index]