Description Usage Arguments Value Examples
Generate htmlcontext to be save_html
1 | generate_template(myChoice, .body = NULL)
|
myChoice |
A list. Use menu <- get_menu() to obtain menu, then construct myChoice= list( menu$optionM(), menu$optionK(),... ) |
.body |
A tagList of each body child elements other than afterbodyJs and afterbodyHtml. However, some framework such as google login requires a holder withinbody. You need to place it in your .body |
A shiny.tag class htmlContext ready to save_html
1 | none
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.