knitr::opts_chunk$set(
  collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", 
  message = FALSE, warning = FALSE, error = FALSE
)
library(shinyaccess)

shinyaccess

Authors: Matthew Leonawicz , Melissa Utomo
License: MIT

Project Status: Active - The project has reached a stable, usable state and is being actively developed. Travis build status AppVeyor Build Status Codecov test coverage

CRAN status Github Stars

The shinyaccess package provides functions for enhancing web accessibility in Shiny apps.

Installation

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.



leonawicz/shinyaccess documentation built on Aug. 15, 2020, 12:40 a.m.