https://github.com/surajsharan/Rshiny-Snippets
Shiny snippets for improving apps and solving common problems
https://github.com/surajsharan/Rshiny-Snippets
r rstudio shiny shiny-applications shiny-apps shiny-r shiny-snippets shiny-tutorials shinyapp web-app web-development
Last synced: 4 months ago
JSON representation
Shiny snippets for improving apps and solving common problems
- Host: GitHub
- URL: https://github.com/surajsharan/Rshiny-Snippets
- Owner: surajsharan
- Created: 2018-10-27T07:19:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-15T06:58:48.000Z (over 6 years ago)
- Last Synced: 2024-08-13T07:14:49.480Z (8 months ago)
- Topics: r, rstudio, shiny, shiny-applications, shiny-apps, shiny-r, shiny-snippets, shiny-tutorials, shinyapp, web-app, web-development
- Language: R
- Size: 1.87 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - surajsharan/Rshiny-Snippets - Shiny snippets for improving apps and solving common problems (R)
README
# RShiny Snippets
Shiny snippets for improving apps and solving common problemsThis document contains a collection of various Shiny snippets that people often face problems in. Each folder contains a complete functional Shiny app that demonstrates how to perform some non trivial tasks in Shiny.
### Table of contents ###
• [Adding up Message Boxes and Removing](https://github.com/surajsharan/RShiny/blob/master/adding%20up%20error%20messages%20notifications.R)

• [Adding Entries to the table in run-time](https://github.com/surajsharan/RShiny/blob/master/adding_colnames_inruntime.R)

• [Alert in the Input boxes for improved user experience](https://github.com/surajsharan/RShiny/blob/master/alerts.R)
• [Embed Youtube Video in Modals](https://github.com/surajsharan/RShiny/blob/master/embed_youtube.R)
• [Hover in Tables](https://github.com/surajsharan/RShiny/blob/master/datatable_hover.R)
• [Show/Hide in Navbar page](https://github.com/surajsharan/RShiny/blob/master/show_hide.R)

• [Login Page for Apps in Shiny](https://github.com/surajsharan/RShiny/blob/master/Login_password.R)
##### Username : test
##### Password : test
Do try it youself!
