billboarder {billboarder} | R Documentation |
Create a Billboard.js widget
Description
Create an interactive visualization with Javascript library Billboard.js
Usage
billboarder(
bb_opts = list(),
data = NULL,
width = NULL,
height = NULL,
elementId = NULL
)
Arguments
bb_opts |
A |
data |
A |
width |
A numeric input in pixels. |
height |
A numeric input in pixels. |
elementId |
Use an explicit element ID for the widget. |
[Package billboarder version 0.4.1 Index]