Learn R Programming

synapseClient (version 1.14-0)

synAddColumn: synAddColumn

Description

Add a column to a Table Schema

Usage

synAddColumn(arg, column)

Arguments

arg
the Table, TableSchema, or ID of the table of interest.
column
the TableColumn or column ID to add to the table.

Details

Note: No server interaction takes place. (That is done when synStore is called.)

See Also

TableColumn,synGetColumn,synAddColumn,Table,TableSchema,synStore