Package: mdbr 0.3.1

mdbr: Work with Microsoft Access Files
Work with Microsoft Access '.mdb' and '.accdb' files using the open source 'MDB Tools' library <https://github.com/mdbtools/mdbtools/>. The library is compiled and bundled with the package, so no external installation is required. Provides high-level helpers for reading tables, exporting to CSV or JSON, inspecting table definitions, and running SQL queries. Also exposes a full read-only 'DBI' interface for use with standard database workflows.
Authors:
mdbr_0.3.1.tar.gz
mdbr_0.3.1.zip(r-4.7)mdbr_0.3.1.zip(r-4.6)mdbr_0.3.1.zip(r-4.5)
mdbr_0.3.1.tgz(r-4.6-x86_64)mdbr_0.3.1.tgz(r-4.6-arm64)mdbr_0.3.1.tgz(r-4.5-x86_64)mdbr_0.3.1.tgz(r-4.5-arm64)
mdbr_0.3.1.tar.gz(r-4.7-arm64)mdbr_0.3.1.tar.gz(r-4.7-x86_64)mdbr_0.3.1.tar.gz(r-4.6-arm64)mdbr_0.3.1.tar.gz(r-4.6-x86_64)
mdbr_0.3.1.tgz(r-4.6-emscripten)mdbr_0.2.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
mdbr/json (API)
NEWS
| # Install 'mdbr' in R: |
| install.packages('mdbr', repos = c('https://k5cents.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/k5cents/mdbr/issues
Pkgdown/docs site:https://k5cents.github.io
Last updated from:0e593f751a. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 131 | ||
| linux-devel-x86_64 | OK | 133 | ||
| source / vignettes | OK | 171 | ||
| linux-release-arm64 | OK | 141 | ||
| linux-release-x86_64 | OK | 135 | ||
| macos-release-arm64 | OK | 94 | ||
| macos-release-x86_64 | OK | 178 | ||
| macos-oldrel-arm64 | OK | 103 | ||
| macos-oldrel-x86_64 | OK | 166 | ||
| windows-devel | OK | 123 | ||
| windows-release | OK | 111 | ||
| windows-oldrel | OK | 101 | ||
| wasm-release | OK | 122 |
Exports:export_mdbmdbmdb_arraymdb_countmdb_examplemdb_exportmdb_headermdb_hexdumpmdb_jsonmdb_propmdb_queriesmdb_schemamdb_sqlmdb_tablesmdb_verread_mdb
Dependencies:cliDBIgluejsonlitelifecyclemagrittrpillarpkgconfigrlangtibbleutf8vctrs
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Export an Access database table as a text file | export_mdb |
| Create an mdbr DBI Driver | mdb |
| Export Table As List Columns (mdb-array mimic) | mdb_array |
| Count Rows In Table | mdb_count |
| Get path to mdbr example | mdb_example |
| Export Data In An MDB Table To CSV Or INSERT SQL | mdb_export |
| MDB Header Summary (mdb-header mimic) | mdb_header |
| Hexdump MDB File (mdb-hexdump mimic) | mdb_hexdump |
| Export Data In An MDB Table To JSON | mdb_json |
| Get Properties List From MDB Database | mdb_prop |
| List Or Retrieve Queries In An MDB Database | mdb_queries |
| Generate Schema DDL or Column Types | mdb_schema |
| SQL Interface To MDB Tools | mdb_sql |
| List tables in a Microsoft Access database | mdb_tables |
| Return MDB File Format Or MDB Tools Version | mdb_ver |
| Print Method For 'mdblist' | print.mdblist |
| Read a table as data frame | read_mdb |
