PartialRowset | R Documentation |
A set of Partial Rows used for updating cells of a table. PartialRowsets allow you to push only the individual cells you wish to change instead of pushing entire rows with many unchanged cells.
PartialRowset(schema, rows)
schema |
The Schema of the table to update or its tableId as a string |
rows |
A list of PartialRows |
An object of type PartialRowset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.