generate_template: Generate htmlcontext to be save_html

Description Usage Arguments Value Examples

View source: R/generator.R

Description

Generate htmlcontext to be save_html

Usage

1
generate_template(myChoice, .body = NULL)

Arguments

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

Value

A shiny.tag class htmlContext ready to save_html

Examples

1
none

tpemartin/webtemplate documentation built on Oct. 16, 2020, 5:10 p.m.