Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmaspons/dbTools
Integrity check and fixes for primary keys and foreign keys for tables in a relational DB using R.
https://github.com/jmaspons/dbTools
Last synced: 9 days ago
JSON representation
Integrity check and fixes for primary keys and foreign keys for tables in a relational DB using R.
- Host: GitHub
- URL: https://github.com/jmaspons/dbTools
- Owner: jmaspons
- Created: 2019-02-14T11:56:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-09T09:59:54.000Z (9 months ago)
- Last Synced: 2024-11-21T21:05:28.578Z (21 days ago)
- Language: R
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
- jimsghstars - jmaspons/dbTools - Integrity check and fixes for primary keys and foreign keys for tables in a relational DB using R. (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# dbTools
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
## Installation
You can install the development version of dbTools from [GitHub](https://github.com/) with:
``` r
# install.packages("remotes")
remotes::install_github("jmaspons/dbTools")
```