fers_builder | R Documentation |
Takes the current ui elements and constructs the appropriate
ggplot commands forom the user input. The plot commands assume the existance
of a ggplot object p
.
fers_builder(state)
state |
FG state from |
list containing the following elements
isgood: Return status of the function.
cmd: ggplot R command as a character string
element: The type of element being added
pll: Preload list (pll) containing components to save with mk_preload.
desc: Verbose description of the element
msgs: Messages to be passed back to the user
sess_res = FG_test_mksession()
state = sess_res$state
fb_res = fers_builder(state)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.