Walkthrough 04 - Combined data frame containing students with disabilities longitudinal enrollment counts from 2012-18

child_counts

Format

Dataset of class tibble.

Source

US Department of Education https://www2.ed.gov/programs/osepidea/618-data/state-level-data-files/index.html

Examples

str(dataedu::child_counts)
#> tibble [97,387 × 8] (S3: spec_tbl_df/tbl_df/tbl/data.frame) #> $ Year : num [1:97387] 2012 2012 2012 2012 2012 ... #> $ State Name : chr [1:97387] "ALABAMA" "ALABAMA" "ALABAMA" "ALABAMA" ... #> $ SEA Education Environment: chr [1:97387] "Correctional Facilities" "Home" "Homebound/Hospital" "Inside regular class 40% through 79% of day" ... #> $ SEA Disability Category : chr [1:97387] "All Disabilities" "All Disabilities" "All Disabilities" "All Disabilities" ... #> $ Female Age 3 to 5 : chr [1:97387] "-" "63" "-" "-" ... #> $ Male Age 3 to 5 : chr [1:97387] "-" "174" "-" "-" ... #> $ Female Age 6 to 21 : chr [1:97387] "4" "-" "104" "1590" ... #> $ Male Age 6 to 21 : chr [1:97387] "121" "-" "130" "3076" ...