synGetTableColumns: synGetTableColumns

synGetTableColumnsR Documentation

synGetTableColumns

Description

Retrieve the column models used in the given table schema.

Usage

synGetTableColumns(table)

Arguments

table

the schema of the Table whose columns are to be retrieved

Value

a Generator over the Table's columns. Use nextElem or as.list to access the values.

See Also

nextElem as.list

Examples

## Not run: 
schema<-synGet("syn1234567")
columns<-synGetTableColumns(schema)

## End(Not run)

Sage-Bionetworks/synapser documentation built on Feb. 7, 2024, 12:26 p.m.