Learn R Programming

synapseClient (version 1.14-0)

synRemoveColumn: synRemoveColumn

Description

Remove a column from a Table Schema

Usage

synRemoveColumn(arg, column)

Arguments

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

Details

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

See Also

TableColumn,synGetColumn,synRemoveColumn,Table,TableSchema,synStore