--- output: github_document --- ```{r, include = FALSE} knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" ) ``` # AVSDevR.DBClient The goal of AVSDevR.DBClient is to provide utility classes to create and manage database questions and abstract the dbplyr/dplyr database manipulation methods. ## Installation You can install the development version of AVSDevR.DBClient like so: ``` r remotes::install_git("https://git.avsdev.uk/R/AVSDevR.DBClient") ```