Downloads a synapse file and returns data inside as a tibble.

get_data(id, meta_type, syn)

Arguments

id

The synId for the file.

meta_type

The metadata type of the file. "manifest" assumes tab-delimited text file; all other types currently assumed to be csv file.

syn

Synapse client object.

Value

Data from file in tibble.