Retrieve the column models used in the given table schema.

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

Examples

if (FALSE) {
schema<-synGet("syn1234567")
columns<-synGetTableColumns(schema)
}