synGetTableColumns.Rd
Retrieve the column models used in the given table schema.
synGetTableColumns(table)
the schema of the Table whose columns are to be retrieved
a Generator over the Table's columns. Use nextElem or as.list to access the values.
nextElem
as.list
nextElem as.list
if (FALSE) { schema<-synGet("syn1234567") columns<-synGetTableColumns(schema) }