Skip to contents

Web-scraped table of "complete" IPEDS data files

Usage

ipeds_surveys

Format

ipeds_surveys

A data frame with 6 columns

year

survey year

survey

survey title

title

survey component title

data_file

name of CSV data file

stat_file

name of Stata file

dict_file

name of dict_file

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).