synGetColumns.Rd
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)
a list of column headers, a Table Entity object (Schem/EntityViewSchema), a Table's Synapse ID, or a string prefix
maximum number of columns to return (pagination parameter)
the index of the first column to return (pagination parameter)
if (FALSE) {
columns<-as.list(synGetColumns("syn1234567", limit=100, offset=0))
}