View source: R/get-all-file-data.R
get_data | R Documentation |
Downloads a synapse file and returns data inside as a tibble.
get_data(id, meta_type, syn)
id |
The synId for the file. |
meta_type |
The metadata type of the file. "manifest" assumes tab-delimited text file; all other types currently assumed to be csv file. |
syn |
Synapse client object. |
Data from file in tibble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.