createWidget | R Documentation |
Scaffold widget from web ui module files
createWidget(widgetname, modulename = NULL)
widgetname |
a character |
modulename |
a character (default=NULL) representing "R/modulename.R" module file. If omit, will look for "R/widgetname.R" as the module file and change it to "R/widgetname_support.R" to avoid widget file name conflict. |
none
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.