Skip to content

bmd542/IntroToRShiny

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction To R Shiny

Shiny lets you build interactive dashboards and websites with R without knowing HTML, CSS, or Javascript. Create tools for yourself, or share your data, analysis, and visualizations with the world through simple apps and interfaces. This workshop covers the core components and syntax needed to build a Shiny application, and it provides a foundation for you to explore more advanced topics with Shiny's documentation on your own. This workshop assumes familiarity with R at least at the level of the R Fundamentals Bootcamp.

In order to run the examples, you will need to install the following libraries in your R environment:

shiny
ggplot2
plotly

A live version of the final Shiny app is available shinyapps.io here.

The presentation is also available on Google Slides here.

Additional Resources

Acknowledgements

These materials are built upon a similar workshop from Christina Mamone, who based her materials on work from Mine Çetinkaya-Rundel.

About

An introductory workshop for R Shiny

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 64.0%
  • R 36.0%