dbInsert,filehashSQLite,character-method {filehashSQLite}R 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)


[Package filehashSQLite version 0.2-6 Index]