DW_fetch_code: Fetch Module Code

View source: R/DW_Server.R

DW_fetch_codeR 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()
state   = sess_res$state
code = DW_fetch_code(state)
cat(code)

formods documentation built on April 12, 2025, 1:57 a.m.