R Shiny app tutorial # 2 - How to make shiny apps - My first shiny app, Hello Shiny!! HD
In this video we will make the first shiny app. A very simple R app in shiny which displays some text, no computation, no widgets or user inputs as such. Easy steps: Open R Studio, Install the shiny package, if not already, install.packages("shiny") Set the R working directory, We create ui.R (user interface or page layout), and server.R files (for processing of input) and save the files in the current working directory Run the app in local system using runApp() 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 # 2 - How to make shiny apps - My first shiny app, Hello Shiny!! how to run R shiny app examples that comes with the shiny package R Shiny app tutorial # 3 - how to use shiny widgets - textInput shiny widget R Shiny app tutorial # 4 - how to use shiny widgets - radioButtons shiny widget R Shiny app tutorial # 5 - how to use shiny widgets - sliderInput shiny widget R Shiny app tutorial # 6 - how to use shiny widgets - selectInput shiny widget R Shiny app tutorial # 7 - how to plot using renderPlot() in shiny - Example of a reactive histogram R Shiny app tutorial # 8 - how to use tabsets in shiny - part 1 R Shiny app tutorial # 8 - how to use tabsets in shiny - part 2 R Shiny app tutorial # 9 - how to use reactive() function in shiny R Shiny app tutorial # 10 - how to download base plot in shiny – downloadButton() and downloadHandler() functions Github: https://github.com/aagarw30/R-Shinyapp-Tutorial
Похожие видео
Показать еще