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
- Host: GitHub
- URL: https://github.com/statnmap/rshinyapps
- Owner: statnmap
- License: gpl-3.0
- Created: 2016-04-16T13:01:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T16:28:38.000Z (about 9 years ago)
- Last Synced: 2025-03-29T10:43:23.984Z (about 1 year ago)
- Language: R
- Size: 129 KB
- Stars: 9
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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