Add the minimal code required to implement an HTML widget to an R package.
scaffoldWidget(name, bowerPkg = NULL, edit = interactive())
Name of widget
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.
Automatically open the widget's JavaScript source file after creating the scaffolding.