ASM_fetch_code {formods} | R Documentation |
Fetch Module Code
Description
Fetches the code to generate results seen in the app
Usage
ASM_fetch_code(state)
Arguments
state |
ASM state from |
Value
The ASM module does not generate code
Examples
# Creating a state object for testing
sess_res = ASM_test_mksession(session=list(), full_session=FALSE)
state = sess_res$state
code = ASM_fetch_code(state)
[Package formods version 0.1.6 Index]