knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", message = FALSE, warning = FALSE, error = FALSE ) library(shinyaccess)
Authors: Matthew Leonawicz
License: MIT
The shinyaccess
package provides functions for enhancing web accessibility in Shiny apps.
You can install the development version of shinyaccess
from GitHub with:
# install.packages("remotes") remotes::install_github("leonawicz/shinyaccess")
Please note that the shinyaccess
project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.