Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 808 Bytes

File metadata and controls

16 lines (10 loc) · 808 Bytes

Inaugural session

The first session of the new version of the R-Club, currently dedicated to R-Shiny was held on December 11, 2024.

-Topic: explore a shiny app from simple to more complex form using the "old faithful" geyser data built-in R dataset default installation.

  • Code: all code is at github.com/byandell/geyser

  • Live demo: using the code in the above link, the code in various forms was explored.

  • Main points:

    • The code can be written in R Markdown as well as the new Quarto verion of markdown.
    • Shiny app can be simple.
    • Shiny app can be more elabrate by creating functions, and calling other shiny apps.