initRegExp {RSQLite} | R Documentation |
Add regular expression operator
Description
Forwarded to initExtension(db, "regexp")
.
Usage
initRegExp(db)
Arguments
db |
A SQLiteConnection object to add the
regular expression operator into the connection.
|
Value
Always TRUE
, invisibly.
[Package
RSQLite version 2.2.16
Index]