Description Usage Arguments Value Author(s)
Apply the changes as passed from htable to a data.frame
1 | applyTableChanges(table, changes, trim = TRUE)
|
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 |
The data.frame provided with the changes applied
Jeff Allen jeff@trestletech.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.