applyTableChanges: Apply Changes to Htable

Description Usage Arguments Value Author(s)

Description

Apply the changes as passed from htable to a data.frame

Usage

1
applyTableChanges(table, changes, trim = TRUE)

Arguments

table

The htable data.frame

changes

A single change (in an array of length 4) or a 2D array of multiple changes to apply, in the format used by Handsontable. Each array should be of the form [row, col, oldValue, newValue] using 0-based-indexing to identify row and col.

trim

if TRUE, will trim any leading or trailing whitespace from the relevant values.

Value

The data.frame provided with the changes applied

Author(s)

Jeff Allen jeff@trestletech.com


trestletech/shinyTable documentation built on May 31, 2019, 7:50 p.m.