This video demonstrates how to create dynamic input widgets in Shiny using the renderUI() and uiOutput() functions in server.r and ui.r respectively.
Link to the ui.r and server.r files:
https://github.com/aagarw30/R-Shinyap...
Best viewed in full screen
R Shiny You tube Video Tutorial Series:
R Shiny app tutorial # 1 - How to make shiny apps - An introduction to Shiny
• R Shiny app tutorial # 1 - How to make shi...
R Shiny app tutorial # 2 - How to make shiny apps - My first shiny app, Hello Shiny!!
• R Shiny app tutorial # 2 - How to make shi...
how to run R shiny app examples that comes with the shiny package
• how to run R shiny app examples that comes...
R Shiny app tutorial # 3 - how to use shiny widgets - textInput shiny widget
• R Shiny app tutorial # 3 - how to use shin...
R Shiny app tutorial # 4 - how to use shiny widgets - radioButtons shiny widget
• R Shiny app tutorial # 4 - how to use shin...
R Shiny app tutorial # 5 - how to use shiny widgets - sliderInput shiny widget
• R Shiny app tutorial # 5 - how to use shin...
R Shiny app tutorial # 6 - how to use shiny widgets - selectInput shiny widget
• R Shiny app tutorial # 6 - how to use shin...
R Shiny app tutorial # 7 - how to plot using renderPlot() in shiny - Example of a reactive histogram
• R Shiny app tutorial # 7 - how to plot usi...
R Shiny app tutorial # 8 - how to use tabsets in shiny - part 1
• R Shiny app tutorial # 8 - how to use tabs...
R Shiny app tutorial # 8 - how to use tabsets in shiny - part 2
• R Shiny app tutorial # 8 - how to use tabs...
R Shiny app tutorial # 9 - how to use reactive() function in shiny
• R Shiny app tutorial # 9 - how to use reac...
R Shiny app tutorial # 10 - how to download base plot in shiny – downloadButton() and downloadHandler() functions
• R Shiny app tutorial # 10 - download plot ...
R Shiny app tutorial # 11 - how to download table data in shiny – downloadButton() and downloadHandler() functions – csv, txt, doc
• R Shiny app tutorial # 11 - how to downloa...
R Shiny app tutorial # 12a – submitButton() in shiny – controlling the reactivity - Example 1
• R Shiny app tutorial # 12a – submitButton(...
R Shiny app tutorial # 12b - submitButton() in shiny – controlling the reactivity - Example 2
• R Shiny app tutorial # 12b - submitButton...
R Shiny app tutorial # 13 - how to use renderUI() and uiOutput() in shiny - Dynamic input widgets
• R Shiny app tutorial # 13 a - how to use r...