get_data: Get data from file

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

get_dataR Documentation

Get data from file

Description

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

Usage

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.


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