Downloads all the file data and attaches to table as a tibble column.

get_all_file_data(fileview, syn)

Arguments

fileview

Tibble with columns 'id' and 'metadataType', at minimum, and one row per file. 'id' is the synId for the file.

syn

Synapse client object.

Value

Original tibble with extra column 'file_data' of tibbles, holding the data from each file.