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
- Host: GitHub
- URL: https://github.com/poissonconsulting/shinyutils
- Owner: poissonconsulting
- License: other
- Created: 2019-07-19T18:08:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T21:04:20.000Z (3 months ago)
- Last Synced: 2025-02-01T18:42:57.980Z (3 months ago)
- Topics: shiny
- Language: R
- Homepage: https://poissonconsulting.github.io/shinyutils/
- Size: 112 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
- jimsghstars - poissonconsulting/shinyutils - An R package providing functions to facilitate development of Shiny apps (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# shinyutils[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://github.com/poissonconsulting/shinyutils/actions)
[](https://codecov.io/gh/poissonconsulting/shinyutils?branch=master)
[](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.