This will show you a Shiny app hosted by Github. The step to create a Shiny app in RStudio are:
- Create a new project for Shiny app
- Determine UI for application that draws histogram, map, line trend, etc
- Define also the server logic required
- Run the application
If you want to access it locally in your computer through RStudio, you can simply use this code runGitHub(repo = "shinyapp", username = "solichatuszhrh", ref = "main")