R/update.R

update <- function (x, ...)
  UseMethod('update', x)

update.character <- function (...) { 
  createQuery('update', characterList(...)) 
}
cttobin/sqlr documentation built on May 14, 2019, 12:42 p.m.