hot_heatmap: Handsontable widget

Description Usage Arguments

View source: R/heatmap.R

Description

Add heatmap to table.

Usage

1
2
3
4
5
6
hot_heatmap(
  hot,
  cols,
  color_scale = c("#ED6D47", "#FFFFFF", "#17F556"),
  renderer = NULL
)

Arguments

hot

rhandsontable object

cols

numeric vector of columns to include in the heatmap. If missing all columns are used.

color_scale

character vector that includes the lower and upper colors

renderer

character defining a Javascript function to be used to determine the cell colors. If missing, rhandsontable:::renderer_heatmap is used.


rickyking/handsontable4r documentation built on March 28, 2021, 9:35 p.m.