powered by
This function imports the US Census, Annual Survey of School System Finances (F33) data with standard EdBuild processing steps applied to revenues.
f33pull(data_year = "2019", path=NULL, additional_var=NULL, keep_calcs=FALSE)
Four digit year of F33 data you would like to pull. Available for 2006-2019.
Path name of F33 file if data is stored on local computer. Defaults to NULL to pull in F33 data from EdBuild's server.
List any additional F33 variables you would like to pull.
Do you want to keep all of the variables used to calculate adjusted revenues? Defaults to FALSE.
A dataframe where each observation is a school district.
A data frame with 14 variables:
data year
State name
State code
NCES school district ID
School district name
County number
School district enrollment
Total federal revenue- no EdBuild adjustments
Local revenue - with EdBuild adjustments
Local revenue per pupil- with EdBuild adjustments
State revenue - with EdBuild adjustments
State revenue per pupil - with EdBuild adjustments
State and local revenue - with EdBuild adjustments
State and local revenue per pupil - with EdBuild adjustments
f33pull_raw
# NOT RUN { f33_2019 <- f33pull(data_year="2019", additional_var=c("V40", "TCAPOUT"), keep_calcs=FALSE) # }
Run the code above in your browser using DataLab