synDownloadTableColumns | R Documentation |
Bulk download of table-associated files.
synDownloadTableColumns(table, columns)
table |
table query result |
columns |
a list of column names as character strings |
a named list whose names are file handle IDs and values are paths to downloaded files in the local file system
## Not run:
tableId<-"syn1234567"
results <- synTableQuery(sprintf("select * from %s ", tableId))
fileAttachments<-synDownloadTableColumns(results, "Attachments")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.