Learn R Programming

synapseClient (version 1.14-0)

synDeleteRows: synDeleteRows

Description

Delete rows from a Synapse Table

Usage

synDeleteRows(table)

Arguments

table
A TableDataFrame, having a table schema and a data frame, whose row labels indicate which rows to delete from the Synapse table.

Details

Deletes selected rows in Synapse. The passed data frame must have row labels in the format -, i.e. two integers separated by a dash ('-'). This is the label format for the data frames returned by synStore and synTableQuery.

See Also

synStore synTableQuery

Examples

Run this code
## Not run: 
# 	queryResult<-synTableQuery("select * from syn1234 where foo='bar'")
# 	synDeleteRows(queryResult)
# ## End(Not run)

Run the code above in your browser using DataLab