powered by
Fetches the code to generate results seen in the app
FG_fetch_code(state)
Character object vector with the lines of code
UD state from FG_fetch_state()
FG_fetch_state()
# \donttest{ # 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")) # }
Run the code above in your browser using DataLab