powered by
Get the contents of a Synapse table as a data frame
get_synapse_table(synID, syn)
The Synapse ID of a table to query from. Defaults to "syn10242922"
Synapse client object
Data frame of table contents
# NOT RUN { syn <- synapse$Synapse() syn$login() get_synapse_table(synID = "syn10242922", syn = syn) # }
Run the code above in your browser using DataLab