table_query: Generic table query

View source: R/query.R

table_queryR Documentation

Generic table query

Description

Retrieve selected data from a Synapse table.

Usage

table_query(table_id, columns = "*", includeRowIdAndRowVersion = F)

Arguments

table_id

Synapse table id.

columns

A character vector of selected columns (which often correspond to annotations, but not always). If not given, will select all columns.

includeRowIdAndRowVersion

Whether to include the row id and etag, defaults to FALSE. If the use case is to update rows in the table (rather than just to retrieve information for viewing, use TRUE).

Value

A tibble.


nf-osi/nfportalutils documentation built on Feb. 26, 2024, 1:05 p.m.