get_all_file_data: Get data for all files in table

View source: R/get-all-file-data.R

get_all_file_dataR Documentation

Get data for all files in table

Description

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

Usage

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.


Sage-Bionetworks/dccmonitor documentation built on May 28, 2022, 10:39 a.m.