Skip to content

Instantly share code, notes, and snippets.

View J-Cleeland's full-sized avatar

Jaimie Cleeland J-Cleeland

  • Hobart
View GitHub Profile
@psychemedia
psychemedia / README.md
Last active May 4, 2024 22:33
How to load desktop CSV file into R/Sshiny app.

Minimal R shiny app demonstrating:

  1. how to upload a CSV file into an R/shiny app
  2. how to automatically populate list selectors based on column headers
  3. how to use optional list selectors
  4. how to populate a list selector with column names of numerical columns only
  5. how to use an action button to trigger an event when you're ready to do so