Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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)