Learn R Programming

edbuildr (version 0.3.0)

f33pull_raw: A function to pull raw F33 data

Description

This function imports raw data from the US Census, Annual Survey of School System Finances (F33).

Usage

f33pull_raw(data_year = "2019")

Arguments

data_year

Four digit year of F33 data you would like to pull. Available for 1990-2019.

Value

A dataframe where each observation is a school district.

Format

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.

See Also

f33pull

Examples

Run this code
# NOT RUN {
f33_2019 <- f33pull_raw('2019')
# }

Run the code above in your browser using DataLab