Shiny Dashboards Workshop for R-Ladies D.C.
For a recording of this workshop please check out the R-Ladies Philly version (95% similarity) https://www.youtube.com/watch?v=wSYt4IYIsdI
Developed using R version 4.0.3
rladies_shinydashboards.Rproj
: R project fileutils.R
: library installs - can be run usingsource("utils.R")
rladies_shinydashboards.pdf
: slide deck for the meet-up
*_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 exercisescompile_data.R
: script used to generate data. All files were generated using thegenius
andtidytext
packages
shinydashboard_exercises.Rmd
: fill in the blank Rmarkdown file for dashboard exercisesshinydashboard_exercises_advanced.Rmd
: fill in the blank Rmarkdown file for dashboard exercises - advanced topicsapp_basic.R
: stanadlone example of the basic/blank dashboard
shinydashboard_exercises.Rmd
: solutions for dashboard exercisesshinydashboard_exercises_advanced.Rmd
: solutions for dashboard exercises - advanced topicsapp_advanced.R
: standalone version of the advanced app