ch_panel: Create a chart panel

View source: R/keen.R

ch_panelR Documentation

Create a chart panel

Description

Create a chart panel

Usage

ch_panel(chart, title = "", notes = "", id = paste0("panel-",
  round(runif(1) * 10000, 0)))

Arguments

chart

chart object to wrap

title

panel title to be displayed at the top

notes

panel notes to be displayed at the bottom

id

id for panel element

cols

grid width of the column. can be a named vector to allow for different column sizes based on screen size.


ropenscilabs/rcheatsheet documentation built on May 11, 2022, 9:35 p.m.