synDownloadTableColumns.Rd
Bulk download of table-associated files.
synDownloadTableColumns(table, columns)
table query result
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
if (FALSE) {
tableId<-"syn1234567"
results <- synTableQuery(sprintf("select * from %s ", tableId))
fileAttachments<-synDownloadTableColumns(results, "Attachments")
}