powered by
This function imports raw data from the US Census, Annual Survey of School System Finances (F33).
f33pull_raw(data_year = "2019")
Four digit year of F33 data you would like to pull. Available for 1990-2019.
A dataframe where each observation is a school district.
A data frame with 40 variables. Definitions of each variable name can be found in the US Census's Annual Survey of School System Finances technical documentation.
f33pull
# NOT RUN { f33_2019 <- f33pull_raw('2019') # }
Run the code above in your browser using DataLab