Package: RSQLite 3.53.0.9001
RSQLite: SQLite Interface for R
Embeds the SQLite database engine in R and provides an interface compliant with the DBI package. The source for the SQLite engine and for various extensions is included. System libraries will never be consulted because this package relies on static linking for the plugins it includes; this also ensures a consistent experience across all installations.
Authors:
RSQLite_3.53.0.9001.tar.gz
RSQLite_3.53.0.9001.zip(r-4.7)RSQLite_3.53.0.9001.zip(r-4.6)RSQLite_3.53.0.9001.zip(r-4.5)
RSQLite_3.53.0.9001.tgz(r-4.6-x86_64)RSQLite_3.53.0.9001.tgz(r-4.6-arm64)RSQLite_3.53.0.9001.tgz(r-4.5-x86_64)RSQLite_3.53.0.9001.tgz(r-4.5-arm64)
RSQLite_3.53.0.9001.tar.gz(r-4.7-arm64)RSQLite_3.53.0.9001.tar.gz(r-4.7-x86_64)RSQLite_3.53.0.9001.tar.gz(r-4.6-arm64)RSQLite_3.53.0.9001.tar.gz(r-4.6-x86_64)
RSQLite_3.53.0.9001.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
RSQLite/json (API)
NEWS
| # Install 'RSQLite' in R: |
| install.packages('RSQLite', repos = c('https://cynkra.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-dbi/rsqlite/issues
Pkgdown/docs site:https://rsqlite.r-dbi.org
Last updated from:b4f4badc1a. Checks:13 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 198 | ||
| linux-devel-x86_64 | OK | 207 | ||
| source / vignettes | OK | 323 | ||
| linux-release-arm64 | OK | 216 | ||
| linux-release-x86_64 | OK | 204 | ||
| macos-release-arm64 | OK | 123 | ||
| macos-release-x86_64 | OK | 490 | ||
| macos-oldrel-arm64 | OK | 125 | ||
| macos-oldrel-x86_64 | OK | 318 | ||
| windows-devel | OK | 299 | ||
| windows-release | OK | 270 | ||
| windows-oldrel | OK | 298 | ||
| wasm-release | OK | 183 |
Exports:datasetsDbdbAppendTabledbAppendTableArrowdbBegindbBeginTransactiondbBinddbBindArrowdbBuildTableDefinitiondbCanConnectdbClearResultdbColumnInfodbCommitdbConnectdbCreateTabledbCreateTableArrowdbDataTypedbDisconnectdbDriverdbExecutedbExistsTabledbFetchdbFetchArrowdbFetchArrowChunkdbGetConnectArgsdbGetExceptiondbGetInfodbGetPreparedQuerydbGetQuerydbGetQueryArrowdbGetRowCountdbGetRowsAffecteddbGetStatementdbHasCompleteddbIsReadOnlydbIsValiddbListFieldsdbListObjectsdbListResultsdbListTablesdbQuoteIdentifierdbQuoteLiteraldbQuoteStringdbReadTabledbReadTableArrowdbRemoveTabledbRollbackdbSendPreparedQuerydbSendQuerydbSendQueryArrowdbSendStatementdbUnloadDriverdbUnquoteIdentifierdbWithTransactiondbWriteTabledbWriteTableArrowfetchIdinitExtensioninitRegExpisIdCurrentisSQLKeywordmake.db.namesrsqliteVersionshowsqlDataSQLiteSQLITE_ROSQLITE_RWSQLITE_RWCsqliteBuildTableDefinitionsqliteCopyDatabasesqliteIsTransactingsqliteQuickColumnsqliteSetBusyHandlerSQLKeywords
Dependencies:bitbit64blobcachemclicpp11DBIfastmapgluelifecyclememoisepkgconfigrlangvctrs
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| A sample sqlite database | datasetsDb |
| SQLite transaction management | dbBegin,SQLiteConnection-method dbBegin_SQLiteConnection dbCommit,SQLiteConnection-method dbCommit_SQLiteConnection dbRollback,SQLiteConnection-method dbRollback_SQLiteConnection sqlite-transaction sqliteIsTransacting |
| Read a database table | dbReadTable,SQLiteConnection,character-method dbReadTable_SQLiteConnection_character |
| Write a local data frame or file to the database | dbWriteTable,SQLiteConnection,character,character-method dbWriteTable,SQLiteConnection,character,data.frame-method dbWriteTable_SQLiteConnection_character_character dbWriteTable_SQLiteConnection_character_data.frame |
| Add useful extension functions | initExtension |
| RSQLite version | rsqliteVersion |
| Connect to an SQLite database | RSQLite-package dbConnect,SQLiteConnection-method dbConnect,SQLiteDriver-method dbConnect_SQLiteConnection dbConnect_SQLiteDriver dbDisconnect,SQLiteConnection-method dbDisconnect_SQLiteConnection RSQLite SQLite SQLITE_RO SQLITE_RW SQLITE_RWC |
| Copy a SQLite database | sqliteCopyDatabase |
| Configure what SQLite should do when the database is locked | sqliteSetBusyHandler |
