Rdocumentation
powered by
Learn R Programming
synapseClient (version 1.14-0)
synGetColumns: synGetColumns
Description
Get the column objects for a Table, given the Table, TableSchema, or ID
Usage
synGetColumns(arg)
Arguments
arg
the Table, TableSchema, or ID of the table of interest.
Value
A TableColumnList (a typed list of TableColumn objects) for the columns of the given Table.
See Also
TableColumn
,
synAddColumn
,
synRemoveColumn
,
Table
,
TableSchema