https://github.com/shinyworks/shinyinput
Better-Behaved Shiny Inputs
https://github.com/shinyworks/shinyinput
Last synced: 4 months ago
JSON representation
Better-Behaved Shiny Inputs
- Host: GitHub
- URL: https://github.com/shinyworks/shinyinput
- Owner: shinyworks
- License: other
- Created: 2024-04-11T21:11:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-11T21:14:28.000Z (about 1 year ago)
- Last Synced: 2024-08-13T07:11:10.823Z (8 months ago)
- Language: R
- Homepage: https://shinyworks.github.io/shinyinput/
- Size: 339 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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 - shinyworks/shinyinput - Better-Behaved Shiny Inputs (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# shinyinput
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://CRAN.R-project.org/package=shinyinput)
[](https://app.codecov.io/gh/shinyworks/shinyinput?branch=main)
[](https://github.com/shinyworks/shinyinput/actions/workflows/R-CMD-check.yaml)Create groups of inputs that mutually depend on one another, and probably other things.
## Installation
You can install the development version of shinyinput from [GitHub](https://github.com/) with:
``` r
# install.packages("remotes")
remotes::install_github("shinyworks/shinyinput")
```## Usage
Add usage information and examples here.
## Code of Conduct
Please note that the shinyinput project is released with a [Contributor Code of Conduct](https://shinyworks.github.io/shinyinput/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.