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

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

if (FALSE) {
file <- get_data(synID = "syn1234", version = 7)

}