R client to query data from different sources
The following functions are implemented:
run_query.R
: runs quries agains different databases```{r, eval=FALSE}
install.packages("DBconnectR")
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.