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
list
in JSON format with chart parameters, see https://naver.github.io/billboard.js/demo/.- data
A
data.frame
.- width
A numeric input in pixels.
- height
A numeric input in pixels.
- elementId
Use an explicit element ID for the widget.