View source: R/get-synapse-annotations.R
get_synapse_table | R Documentation |
Get the contents of a Synapse table as a data frame
get_synapse_table(synID, syn)
synID |
The Synapse ID of a table to query from. Defaults to "syn10242922" |
syn |
Synapse client object |
Data frame of table contents
## Not run:
syn <- synapse$Synapse()
syn$login()
get_synapse_table(synID = "syn10242922", syn = syn)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.