Description Usage Arguments Value Examples
View source: R/get-synapse-annotations.R
Get the contents of a Synapse table as a data frame
1 | 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
1 2 3 4 5 6 | ## 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.