README.md

DBconnectR

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. CircleCI codecov

What is the purpose of the package?

R client to query data from different sources

What is Inside?

The following functions are implemented:

Stable Version

```{r, eval=FALSE}

install package from CRAN

install.packages("DBconnectR")

load package

library(DBconnectR)


### Current Development Version

```{r, eval=FALSE}
# install devtools package if it's not already
if (!requireNamespace("devtools", quietly = TRUE)) {
install.packages("devtools")
}
# install package from GitHub
devtools::install_github("ekoepplin/DBconnectR")
# load package
library(DBconnectR)


ekoepplin/DBconnectR documentation built on Nov. 24, 2021, 9:28 p.m.