Rdocumentation
powered by
Learn R Programming
synapseClient (version 1.14-0)
TableSchema: TableSchema Constructor
Description
Constructor for TableSchema
Usage
TableSchema(name, parent, columns, ...)
Arguments
name
the name of the new table schema
parent
the parent entity (either its ID or the entity itself)
columns
a list or vector of the IDs of the columns to be included in the table schema, or of the column objects themselves
See Also
synStore
,
synGet