Table of Available IPEDS data files
ipeds_surveys.Rd
Web-scraped table of "complete" IPEDS data files
Source
National Center for Education Statistics, Complete Data Files: https://nces.ed.gov/ipeds/datacenter/DataFiles.aspx?year=-1&sid=&rtid=7, accessed March 11, 2024.
Details
All I did was download this and clean it slightly for browsing convenience. Use ipeds_download()
to download and extract any files named in the data_file
, stata_file
, and dict_file
columns; use ipeds_load_series to concatenate a bunch of CSV files (named in data_file
) corresponding to multiple years of a given survey component. For convenience the "filename" is just the basename without an extension, e.g. HD2022
, EF2022A_Dict
, which is what those functions accept. There are no special in the package for using the Stata files (yet).