This package reads a Microsoft Access database (.accdb) using Jackcess and outputs text files for each table (.csv).
remotes::install_github('jkennel/accdbexport')
It only has one function.
library(rJava)
library(accdbexport)
accdb_to_csv(path_to_accdb, path_to_output_folder)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.