scaffoldWidget | R Documentation |
Add the minimal code required to implement an HTML widget to an R package.
scaffoldWidget(name, bowerPkg = NULL, edit = interactive())
name |
Name of widget |
bowerPkg |
Optional name of Bower package upon which this widget is based. If you specify this parameter then bower will be used to automatically download the widget's source code and dependencies and add them to the widget's YAML. |
edit |
Automatically open the widget's JavaScript source file after creating the scaffolding. |
This function must be executed from the root directory of the package you wish to add the widget to.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.