Created
March 23, 2024 19:33
-
-
Save elipousson/8b1eab7f28c0b9aac175c7874a3cdbbe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(marylandedu) | |
library(baltimoreplanning) | |
library(bcpss) | |
library(ggplot2) | |
program_enrollment <- get_md_enrollment( | |
c(164, 159), | |
grade_range = "All Grades", | |
race = "All") | |
program_enrollment |> | |
dplyr::filter(year > 2011) |> | |
plot_md_enrollment_by_year() + | |
theme_baltimoreplanning() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment