sqlite-compatibility {MonetDB.R} | R Documentation |
Compatibility functions for RSQlite
Description
Some functions that RSQlite has and that we support to allow MonetDBLite being used as a drop-in replacement.
Usage
isIdCurrent(dbObj, ...)
initExtension(dbObj, ...)
Arguments
dbObj |
A MonetDB.R database connection. Created using |
... |
Additional parameters. Currently not in use. |
[Package MonetDB.R version 2.0.0 Index]