Ecosyste.ms: Awesome

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

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: 26 days ago
JSON representation

Shiny snippets for improving apps and solving common problems

Lists

README

        

# RShiny Snippets
Shiny snippets for improving apps and solving common problems

This 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_up_notifications.gif)

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

![](Add_columns.gif)

• [Alert in the Input boxes for improved user experience](https://github.com/surajsharan/RShiny/blob/master/alerts.R)

![](Alert.gif)


• [Embed Youtube Video in Modals](https://github.com/surajsharan/RShiny/blob/master/embed_youtube.R)

![](embed_youtube.gif)

• [Hover in Tables](https://github.com/surajsharan/RShiny/blob/master/datatable_hover.R)

![](hover.gif)


• [Show/Hide in Navbar page](https://github.com/surajsharan/RShiny/blob/master/show_hide.R)

![](show_hide.gif)

• [Login Page for Apps in Shiny](https://github.com/surajsharan/RShiny/blob/master/Login_password.R)

##### Username : test

##### Password : test

Do try it youself!
![](login.gif)