dbInsert,filehashSQLite,character-methodR Documentation

Insert Object

Description

Insert a key-value pair into a database

Usage

## S4 method for signature 'filehashSQLite,character'
dbInsert(db, key, value, ...)

Arguments

db

object of class "filehashSQLite"

key

character, key name

value

R object

...

other arguments (not used)