MsSet-class: Class to handle MsSet connection

Description Methods

Description

This class mainly handles continuous sqlite connection and I/O

Methods

addData(name, data)

Adds data to an already created table. 'name' specifies the name of the table, 'data' is a data.frame containing the data to be added.

addTable(name, definition, rtree = FALSE)

Creates the table 'name' with the columns defined in 'definition'. The definition can be a character vector that will be concatenated with ', '.

saryset()

Get the saryset database connection in a safe manner

setData(name, data, key)

Insert or update data depending on the existence of key

updateData(name, data, key)

Updates column in already existing data


thomasp85/MSsary documentation built on May 31, 2019, 11:11 a.m.