concerto.table.get: Table object retrieval

Description Usage Arguments Value Author(s) Examples

View source: R/concerto.table.get.R

Description

Gets table object.

Usage

1
concerto.table.get(tableID, workspaceID = concerto$workspaceID)

Arguments

tableID

Table object ID or name.

workspaceID

Concerto workspace ID where the table object is located.

Value

List with table object properties:

Author(s)

Przemyslaw Lis

Examples

1
2
3
4
5
## Not run: 
table1 <- concerto.table.get(1)
table2 <- concerto.table.get("some_other_table")

## End(Not run)

wbuchanan/concerto documentation built on May 4, 2019, 2 a.m.