Learn R Programming

edbuildr (version 0.3.0)

big_borders: A function to model local revenue pooling

Description

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.

Usage

big_borders(data_year= "2019", pooling_level = "county")

Arguments

data_year

Four digit year of master data to pull in. Options include 2013- 2019. Defaults to 2019.

pooling_level

Character string indicating the level of local revenue pooling. Either county or state. Defaults to county.

Value

A dataframe with 17 variables where each observation is a school district.

See Also

masterpull, master_codebook

Examples

Run this code
# NOT RUN {
state_pool <- big_borders(
           data_year = "2019",
           pooling_level = "state"
           )
# }

Run the code above in your browser using DataLab