https://github.com/anastasia-lucas/rladies_shinydashboards
Shiny Dashboards Workshop for R-Ladies Philly
https://github.com/anastasia-lucas/rladies_shinydashboards
Last synced: 5 months ago
JSON representation
Shiny Dashboards Workshop for R-Ladies Philly
- Host: GitHub
- URL: https://github.com/anastasia-lucas/rladies_shinydashboards
- Owner: anastasia-lucas
- Created: 2020-12-21T01:48:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-13T14:16:38.000Z (over 4 years ago)
- Last Synced: 2024-08-13T07:13:23.419Z (9 months ago)
- Language: R
- Size: 1.17 MB
- Stars: 15
- Watchers: 3
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - anastasia-lucas/rladies_shinydashboards - Shiny Dashboards Workshop for R-Ladies Philly (R)
README
# rladies_shinydashboards
Shiny Dashboards Workshop for R-Ladies PhillyDeveloped using R version 4.0.3
## Folder Structure
### ./
- `rladies_shinydashboards.Rproj`: R project file
- `utils.R`: library installs - can be run using `source("utils.R")`
- `rladies_shinydashboards.pdf`: slide deck for the meet-up### data/
- `*_lyrics.txt`: word counts for each song in selected discography
- `*_edges.txt`: edge tables for shared words in songs in selected discography for creating networks - not used in these exercises
- `compile_data.R`: script used to generate data. All files were generated using the `genius` and `tidytext` packages### exercises/
- `shinydashboard_exercises.Rmd`: fill in the blank Rmarkdown file for dashboard exercises
- `shinydashboard_exercises_advanced.Rmd`: fill in the blank Rmarkdown file for dashboard exercises - advanced topics
- `app_basic.R`: stanadlone example of the basic/blank dashboard### solutions/
- `shinydashboard_exercises.Rmd`: solutions for dashboard exercises
- `shinydashboard_exercises_advanced.Rmd`: solutions for dashboard exercises - advanced topics
- `app_advanced.R`: standalone version of the advanced app