Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajkar86/shinypipe
R Package for shiny modules to be used as reusable components for building data-science related apps.
https://github.com/rajkar86/shinypipe
Last synced: 8 days ago
JSON representation
R Package for shiny modules to be used as reusable components for building data-science related apps.
- Host: GitHub
- URL: https://github.com/rajkar86/shinypipe
- Owner: rajkar86
- Created: 2017-12-17T04:41:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-19T06:07:19.000Z (over 3 years ago)
- Last Synced: 2024-08-13T07:14:41.035Z (4 months ago)
- Language: R
- Homepage:
- Size: 1.22 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - rajkar86/shinypipe - R Package for shiny modules to be used as reusable components for building data-science related apps. (R)
README
# shinypipe
R Package for shiny modules to be used as reusable components for building data-science related apps.Installation:
```r
devtools::install_github("rajkar86/shinypipe")
```I created this package because I was finding these modules useful for my own projects. Some examples of the reusable modules in this package are shown below as demos. More examples are available in the vignettes.
## Selected Demos
### Develop/Debug from within the shiny app
- This particularly helps me build the app in small chunks without having to render the whole app for every change.
![debug](images/debug.gif)
### Plot examples
- Some common plot functionality like zoom and select using just shiny and ggplot.![plot1](images/plot1.gif)
- Another example with zoom functionality disabled
![plot2](images/plot2.gif)
### Formula editor
- Useful in any regression/classification setting![formula](images/formula.gif)