Learn R Programming

formods (version 0.2.1)

DW_fetch_code: Fetch Module Code

Description

Fetches the code to generate results seen in the app

Usage

DW_fetch_code(state)

Value

Character object vector with the lines of code and isgood)

Arguments

state

DW state from DW_fetch_state()

Examples

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

Run the code above in your browser using DataLab