synGetFile: Gets a file on Synapse.

Description Usage Arguments

View source: R/file.R

Description

Gets a file on Synapse.

Usage

1
synGetFile(synapse_id, reader = readr::read_csv, ...)

Arguments

synapse_id

The Synapse ID of the file.

reader

A function which accepts a file path as its first argument. Used to read the file into a data.frame, tibble, etc. Default is to assume the file is a CSV file and to return it as a tibble.

...

Additional arguments to be passed to synapser::synGet


philerooski/synhelper documentation built on Oct. 11, 2020, 4:40 p.m.