Learn R Programming

rport (version 0.0.1)

rport.db.cache.save: Upsert an entry in the .Rportcache file with a hash(query)

Description

Upsert an entry in the .Rportcache file with a hash(query)

Usage

rport.db.cache.save(query, conn, dat)

Arguments

query
sql query string
conn
string connection name
dat
data.table with the results to save.