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.

Version: 0.3.0
Imports: DBI, lifecycle, methods, tibble, utils, jsonlite
Suggests: readr, testthat (≥ 3.0.0)
Published: 2026-05-23
DOI: 10.32614/CRAN.package.mdbr
Author: Kiernan Nicholls ORCID iD [aut, cre, cph], Bruno Tremblay [ctb] (DBI interface and bundled mdbtools source)
Maintainer: Kiernan Nicholls <k5cents at gmail.com>
BugReports: https://github.com/k5cents/mdbr/issues
License: GPL-3 | LGPL-2
URL: https://k5cents.github.io/mdbr/, https://github.com/k5cents/mdbr, https://github.com/mdbtools/mdbtools/
NeedsCompilation: yes
SystemRequirements: GNU make
Materials: README, NEWS
CRAN checks: mdbr results [issues need fixing before 2026-06-06]

Documentation:

Reference manual: mdbr.html , mdbr.pdf

Downloads:

Package source: mdbr_0.3.0.tar.gz
Windows binaries: r-devel: mdbr_0.3.0.zip, r-release: mdbr_0.2.1.zip, r-oldrel: mdbr_0.3.0.zip
macOS binaries: r-release (arm64): mdbr_0.2.1.tgz, r-oldrel (arm64): mdbr_0.2.1.tgz, r-release (x86_64): mdbr_0.2.1.tgz, r-oldrel (x86_64): mdbr_0.2.1.tgz
Old sources: mdbr archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=mdbr to link to this page.