read_data: Function for importing raw data from IPEDS

View source: R/read_data.R

read_dataR Documentation

Function for importing raw data from IPEDS

Description

Outputs data frame with desired information directly from IPEDS

Usage

read_data(dataset)

Arguments

dataset

(character) abbreviation of dataset from IPEDS. For the list of all possible datasets to import, visit the IPEDS datacenter and refer to the Data File column.

Value

A dataframe with desired information

Examples


read_data("IC2020")


IPEDS documentation built on Nov. 1, 2022, 9:06 a.m.