/usr/lib/R/site-library/RSQLite/INDEX is in r-cran-rsqlite 1.1-2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | SQLite Connect to an SQLite database
datasetsDb A sample sqlite database
dbDataType,SQLiteDriver-method
Determine the SQL Data Type of an R object
dbExistsTable,SQLiteConnection,character-method
Tables in a database
dbListFields,SQLiteConnection,character-method
List fields in a table
dbReadTable,SQLiteConnection,character-method
Read a database table
dbRemoveTable,SQLiteConnection,character-method
Remove a table from the database
dbWriteTable,SQLiteConnection,character,data.frame-method
Write a local data frame or file to the
database
initExtension Add useful extension functions
rsqliteVersion RSQLite version
sqlite-meta Result information
sqlite-query Execute a SQL statement on a database
connection
sqlite-transaction SQLite transaction management
sqliteCopyDatabase Copy a SQLite database
|