powered by
This function allows you to pool local revenue for school districts at either the county or state level to see the effects on individual districts.
big_borders(data_year= "2019", pooling_level = "county")
Four digit year of master data to pull in. Options include 2013- 2019. Defaults to 2019.
Character string indicating the level of local revenue pooling. Either county or state. Defaults to county.
A dataframe with 17 variables where each observation is a school district.
masterpull, master_codebook
masterpull
master_codebook
# NOT RUN { state_pool <- big_borders( data_year = "2019", pooling_level = "state" ) # }
Run the code above in your browser using DataLab