View source: R/synapse-tables.R
simple_table_query | R Documentation |
Query a Synapse table for specific columns and only receive those columns back in dataframe.
simple_table_query(
table_id,
columns = c("study", "individualID", "specimenID", "assay")
)
table_id |
Synapse synID of table to query. |
columns |
Vector of desired columns from the table. Default is
|
Dataframe from query with only the requested columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.