synGetTableFiles: Get a table and its files

Description Usage Arguments

View source: R/table.R

Description

Downloads a table on Synapse as a dataframe and adds columns containing local filepaths for the specified columns.

Usage

1
2
3
4
5
6
7
synGetTableFiles(
  synapse_id,
  file_columns,
  limit = NULL,
  offset = NULL,
  conditionals = list()
)

Arguments

synapse_id

The Synapse ID of the table.

file_columns

A character vector of columns which contain file handles that need downloading.

limit

Upper limit on the number of rows returned.

offset

Number of rows to offset in the SQL query.

conditionals

A character vector of SQL conditionals.


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