Files
AVSDevR.ShinyInputs/README.Rmd
2026-01-29 10:38:10 +00:00

29 lines
594 B
Plaintext

---
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.ShinyInputs
<!-- badges: start -->
<!-- badges: end -->
The goal of AVSDevR.ShinyInputs is to provide additional inputs which can be used in shiny applications.
## Installation
You can install the development version of AVSDevR.ShinyInputs like so:
``` r
remotes::install_git("https://git.avsdev.uk/R/AVSDevR.ShinyInputs")
```