f33pull_raw: A function to pull raw F33 data

Description Usage Arguments Format Value Source See Also Examples

View source: R/f33pull_raw.R

Description

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

Usage

1
f33pull_raw(data_year = "2019")

Arguments

data_year

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

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.

Value

A dataframe where each observation is a school district.

Source

https://s3.amazonaws.com/data.edbuild.org/public/Raw+Data/F33/csv/2019.csv

See Also

f33pull

Examples

1
f33_2019 <- f33pull_raw('2019')

edbuildr documentation built on June 2, 2021, 5:07 p.m.