b_board: Create billboard object

Description Usage Arguments Examples

Description

Create billboard chart.

Usage

1
b_board(data, x, width = "100%", height = NULL, elementId = NULL)

Arguments

data

data.frame containing data to plot.

x

variable column.

width, height

dimensions of chart.

elementId

id of div containing chart.

Examples

1
2
3
mtcars %>%
  b_board() %>%
  b_line(wt)

JohnCoene/billboard documentation built on May 14, 2019, 2:39 p.m.