DW_fetch_code | R Documentation |
Fetches the code to generate results seen in the app
DW_fetch_code(state)
state |
DW state from |
Character object vector with the lines of code and isgood)
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.