Initial commit

This commit is contained in:
2026-01-27 14:35:44 +00:00
commit f2c83c1bd8
9 changed files with 690 additions and 0 deletions

29
README.Rmd Normal file
View File

@@ -0,0 +1,29 @@
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# AVSDevR.DBClient
<!-- badges: start -->
<!-- badges: end -->
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")
```