Skip to content

centralstatz/mking-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mking-dashboard

A Shiny application...

Change Log

1/22/2025

1/23/2025

  • Added working graphs for all tabs
    • All are basically a similar time series graph
    • For sug_migration_data, used an ordered bar plot by state (restricted to single university_selected)
  • Updated to ggplot2 best practices (e.g., use aes instead of deprecated aes_string)
  • Used linewidth instead of size for geom_line width
  • Display the selected variable name in the plot title
  • Parse the columns in healthcare_data, voter_turnout_data and incarceration_data to be numeric (added app dependency to stringr package)
  • Added multi-axis graph for healthcare expenditures
  • Fixed selector items for incarceration_variable to match dataset column names

2/6/2025

  • Removed the "Classes" tab, as that will be moved to Quarto website
  • Added drop-down menus to like-pages
  • Added dependency for lubridate for date parsing
  • Added dependency on tidyr for data manipulation
  • Added dependency on plotly for interactive plotting
  • Recreated manifest.json using rsconnect::writeManifest

2/21/2025

  • Added readr dependency for cleaner column names
  • Added DT dependency to display table
  • Added simple tables for IPED and MS School Achievement (to start), with filters to institution and district, respectively

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages