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

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.

Awesome Lists containing this project

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()
```