https://github.com/kwb-r/qmra.db
Database backend for web-based QMRA tool
https://github.com/kwb-r/qmra.db
backend mc-access-database project-aquanes qmra r r-package rstats
Last synced: 12 months ago
JSON representation
Database backend for web-based QMRA tool
- Host: GitHub
- URL: https://github.com/kwb-r/qmra.db
- Owner: KWB-R
- License: mit
- Created: 2018-09-25T10:59:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T15:54:45.000Z (over 5 years ago)
- Last Synced: 2025-02-17T21:46:06.287Z (over 1 year ago)
- Topics: backend, mc-access-database, project-aquanes, qmra, r, r-package, rstats
- Language: R
- Homepage: https://kwb-r.github.io/qmra.db
- Size: 1.66 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://ci.appveyor.com/project/KWB-R/qmra-db/branch/master)
[](https://travis-ci.org/KWB-R/qmra.db)
[](https://codecov.io/github/KWB-R/qmra.db)
[](https://www.tidyverse.org/lifecycle/#maturing)
[]()
[](https://doi.org/10.5281/zenodo.3339321)
# qmra.db
This package contains functions for exporting
tables of MS ACCESS database into .csv files.
## Installation
```r
###############################################################################
### 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")
```
## Documentation
Release: [https://kwb-r.github.io/qmra.db](https://kwb-r.github.io/qmra.db)
Development: [https://kwb-r.github.io/qmra.db/dev](https://kwb-r.github.io/qmra.db/dev)
## CHANGELOG Moved To [NEWS.md](https://github.com/KWB-R/qmra.db/blob/master/NEWS.md)
Formerly we used the **README.md** for tracking what has change between different versions.
This changelog is now in [NEWS.md](https://github.com/KWB-R/qmra.db/blob/master/NEWS.md)