https://github.com/whitwort/vectorInput
A shiny input widget that returns a (possibly named) vector of values.
https://github.com/whitwort/vectorInput
Last synced: 3 months ago
JSON representation
A shiny input widget that returns a (possibly named) vector of values.
- Host: GitHub
- URL: https://github.com/whitwort/vectorInput
- Owner: whitwort
- Created: 2018-02-03T18:45:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-04T06:19:55.000Z (about 7 years ago)
- Last Synced: 2024-08-09T02:16:56.165Z (7 months ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - whitwort/vectorInput - A shiny input widget that returns a (possibly named) vector of values. (JavaScript)
README
# vectorInput
A shiny input widget that returns a (possibly named) vector of values.# Try it out
```r
devtools::install_github("whitwort/vectorInput")
vectorInput::demoApp()
```