Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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")
```