Learn R Programming

filehashSQLite (version 0.2-6)

dbInsert,filehashSQLite,character-method: Insert Object

Description

Insert a key-value pair into a database

Usage

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

Arguments

db

object of class "filehashSQLite"

key

character, key name

value

R object

...

other arguments (not used)