handsontable4r: Handsontable widget

Description Usage Arguments

View source: R/handsontable4r.R

Description

Create table

Usage

1
2
3
4
5
6
7
8
9
handsontable4r(
  data,
  width = NULL,
  height = NULL,
  readonly = TRUE,
  rownames = NULL,
  rowHeaderWidth = NULL,
  digits = 3
)

Arguments

data

data frame

width

the width of widget

height

the height of widget

readonly

if the entire table is readonly

rownames

the rownames

rowHeaderWidth

the width of the header

digits

the digits


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