This package contains functions for exporting tables of MS ACCESS database into .csv files.
###############################################################################
### 1 Install R Package Downloading and Installing from GitHub
###############################################################################
install.packages("remotes", repos = "https://cloud.r-project.org")
#Sys.setenv(GITHUB_PAT = "mysecret_access_token")
remotes::install_github("r-lib/remotes@18c7302637053faf21c5b025e1e9243962db1bdc")
###############################################################################
### 2 Install R Package qmra.db (with ACCESS DB)
###############################################################################
### 2.1 Specific Release ACCESS DB from our GitHub account, e.g.
#remotes::install_github("kwb-r/qmra.db@0.9.0")
### 2.2 the Latest Development Version
remotes::install_github("kwb-r/qmra.db")
Release: https://kwb-r.github.io/qmra.db
Development: https://kwb-r.github.io/qmra.db/dev
CHANGELOG Moved To NEWS.md
Formerly we used the README.md for tracking what has change between different versions.
This changelog is now in NEWS.md