FG_fetch_code | R Documentation |
Fetches the code to generate results seen in the app
FG_fetch_code(state)
state |
UD state from |
Character object vector with the lines of code
# This will create a populated FG state object:
sess_res = FG_test_mksession()
state = sess_res$state
code = FG_fetch_code(state)
cat(paste(code, collapse="\n"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.