View source: R/synapse_functions.R
get_synapse_tbl | R Documentation |
Get Synapse Table
get_synapse_tbl(syn, table_id, columns = NULL, limit = NULL, ...)
syn |
An object of reticulate::import("synapseclient")$Synapse() |
table_id |
A synapse table id |
columns |
A vector of columns to get from the syanpse table |
limit |
An integer, limits the number of rows in the table |
... |
Argument list to readr::read_csv() |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.