Description Usage Arguments Value Author(s) Examples
View source: R/concerto.table.get.R
Gets table object.
1 | concerto.table.get(tableID, workspaceID = concerto$workspaceID)
|
tableID |
Table object ID or name. |
workspaceID |
Concerto workspace ID where the table object is located. |
List with table object properties:
idtable object ID
nametable object name
Przemyslaw Lis
1 2 3 4 5 | ## Not run:
table1 <- concerto.table.get(1)
table2 <- concerto.table.get("some_other_table")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.