ASM_fetch_code {formods} | R Documentation |
Fetches the code to generate results seen in the app
ASM_fetch_code(state)
state |
ASM state from |
The ASM module does not generate code
# 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)