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

https://github.com/statnmap/rshinyapps

My Apps for Rshiny
https://github.com/statnmap/rshinyapps

Last synced: about 1 year ago
JSON representation

My Apps for Rshiny

Awesome Lists containing this project

README

          

# RshinyApps
This github repository stores my RShiny apps examples.

## On-Off switch button
This Rshiny script allows to use nice on/off (or TRUE/FALSE) switch buttons instead of the default shiny 'checkboxInput' function.
This only uses CSS code and does not make use of javascript.
The 'switchButton' function includes two options:
* Choose between a blue/grey or a red/green button
* Choose between TRUE/FALSE, ON/OFF or NULL button text

![Screenshot-On/Off-Rshiny-Switch-Button](https://github.com/sebrockfr/RshinyApps/blob/master/On-Off_SwitchButton/Screenshot.jpg)

_More on my website: [Freelance - Courses and consulting in modeling with R](http://statnmap.com/courses-formation-sig-dans-r-et-qgis/)_