get_data: Detect file type and download data

View source: R/functions.R

get_dataR Documentation

Detect file type and download data

Description

This function takes synIds and version number to download any rectangular file type from Synapse.

Usage

get_data(synid, version = NULL)

Arguments

synid

A character vector with a Synapse Id.

version

Optional. A numeric vector with the Synapse file version number.

Value

A tibble.

Examples

## Not run: 
file <- get_data(synID = "syn1234", version = 7)


## End(Not run)

Sage-Bionetworks/sageseqr documentation built on June 13, 2024, 2:11 p.m.