This function takes synIds and version number to download any rectangular file type from Synapse.
get_data(synid, version = NULL)
A character vector with a Synapse Id.
Optional. A numeric vector with the Synapse file version number.
A tibble.
if (FALSE) {
file <- get_data(synID = "syn1234", version = 7)
}