get_data | R Documentation |
This function takes synIds and version number to download any rectangular file type from Synapse.
get_data(synid, version = NULL)
synid |
A character vector with a Synapse Id. |
version |
Optional. A numeric vector with the Synapse file version number. |
A tibble.
## Not run:
file <- get_data(synID = "syn1234", version = 7)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.