synGetTableColumns | R Documentation |
Retrieve the column models used in the given table schema.
synGetTableColumns(table)
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
## Not run:
schema<-synGet("syn1234567")
columns<-synGetTableColumns(schema)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.