Skip to content

Commit

Permalink
code
Browse files Browse the repository at this point in the history
  • Loading branch information
NYCC authored and NYCC committed Apr 16, 2024
1 parent 11f1f29 commit c64b0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/sbhc_aggregate_stats.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sbhc_data %>%
kable_material(c("striped", "hover")) %>%
save_kable("../sbhc/visuals/melissa/sponsor_table.html")


# Read in
sbhc_providers <- read_excel("../sbhc/data/input/Local\ Law\ 12\ School\ Year\ 2021-22.xlsx", sheet=2)

sbhc_providertype_2023 <- sbhc_providers %>% select(BLDG, Sponsor, SiteName, `Provider Type`) %>% right_join(sbhc_data, by=c("BLDG"="building_code"))
Expand Down

0 comments on commit c64b0f4

Please sign in to comment.