An open API service indexing awesome lists of open source software.

https://github.com/poissonconsulting/shinyutils

An R package providing functions to facilitate development of Shiny apps
https://github.com/poissonconsulting/shinyutils

shiny

Last synced: 22 days ago
JSON representation

An R package providing functions to facilitate development of Shiny apps

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# shinyutils

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check](https://github.com/poissonconsulting/shinyutils/workflows/R-CMD-check/badge.svg)](https://github.com/poissonconsulting/shinyutils/actions)
[![Codecov test coverage](https://codecov.io/gh/poissonconsulting/shinyutils/branch/master/graph/badge.svg)](https://codecov.io/gh/poissonconsulting/shinyutils?branch=master)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/license/mit/)

`shinyutils` provides utility functions for building shiny apps.

## Installation

You can install the released version of shinyutils from github with:

```r
# install.packages("remotes")
remotes::install_github("poissonconsulting/shinyutils")
```

## Code of Conduct

Please note that the shinyutils project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.