Package with an initial set of functions added
NOTE: Not all tests have been written yet!
This commit is contained in:
35
README.Rmd
Normal file
35
README.Rmd
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
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.HTMLUtils
|
||||
|
||||
<!-- badges: start -->
|
||||
<!-- badges: end -->
|
||||
|
||||
The goal of AVSDevR.HTMLUtils is to provide utility functions to modify Shiny/ShinyDashboards/HTML elements (inputs, outputs and general structures) to add/remove attributes and children, tweak default behaviour and/or make its more WCAG accessibly friendly.
|
||||
|
||||
## Installation
|
||||
|
||||
You can install the development version of AVSDevR.HTMLUtils like so:
|
||||
|
||||
``` r
|
||||
remotes::install_git("https://git.avsdev.uk/R/AVSDevR.HTMLUtils")
|
||||
```
|
||||
|
||||
You can install the release version of AVSDevR.HTMLUtils like so:
|
||||
|
||||
``` r
|
||||
remotes::install_git("https://git.avsdev.uk/R/AVSDevR.HTMLUtils", branch = "release")
|
||||
```
|
||||
Reference in New Issue
Block a user