RowSet | R Documentation |
A Synapse object of type RowSet.
RowSet(columns=NULL, schema=NULL, headers=NULL, tableId=NULL, rows=NULL, etag=NULL)
columns |
An alternative to 'headers', a list of column objects that describe the fields in each row. |
schema |
A Schema object that will be used to set the tableId |
headers |
optional named parameter: The list of SelectColumn objects that describe the fields in each row. |
tableId |
optional named parameter: The ID of the TableEntity that owns these rows |
rows |
optional named parameter: The Row s of this set. The index of each row value aligns with the index of each header. |
etag |
optional named parameter: Any RowSet returned from Synapse will contain the current etag of the change set. To update any rows from a RowSet the etag must be provided with the POST. |
An object of type RowSet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.