get_synapse_table: Get Synapse table

Description Usage Arguments Value Examples

View source: R/get-synapse-annotations.R

Description

Get the contents of a Synapse table as a data frame

Usage

1
get_synapse_table(synID, syn)

Arguments

synID

The Synapse ID of a table to query from. Defaults to "syn10242922"

syn

Synapse client object

Value

Data frame of table contents

Examples

1
2
3
4
5
6
## Not run: 
syn <- synapse$Synapse()
syn$login()
get_synapse_table(synID = "syn10242922", syn = syn)

## End(Not run)

dccvalidator documentation built on July 2, 2020, 4:05 a.m.