synGetColumns | R Documentation |
Get the columns defined in Synapse either (1) corresponding to a set of column headers, (2) those for a given schema, or (3) those whose names start with a given prefix.
synGetColumns(x, limit=100, offset=0)
x |
a list of column headers, a Table Entity object (Schem/EntityViewSchema), a Table's Synapse ID, or a string prefix |
limit |
maximum number of columns to return (pagination parameter) |
offset |
the index of the first column to return (pagination parameter) |
a generator of Column objects. Use nextElem
or as.list
to access the values.
nextElem
as.list
## Not run:
columns<-as.list(synGetColumns("syn1234567", limit=100, offset=0))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.