powered by
Fetches the code to generate results seen in the app
DW_fetch_code(state)
Character object vector with the lines of code and isgood)
DW state from DW_fetch_state()
DW_fetch_state()
# 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