get_synapse_table: Get Synapse table

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

get_synapse_tableR Documentation

Get Synapse table

Description

Get the contents of a Synapse table as a data frame

Usage

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

## Not run: 
syn <- synapse$Synapse()
syn$login()
get_synapse_table(synID = "syn10242922", syn = syn)

## End(Not run)

Sage-Bionetworks/dccvalidator documentation built on May 7, 2022, 10:32 a.m.