Learn R Programming

IPEDS (version 0.1.0)

read_data: Function for importing raw data from IPEDS

Description

Outputs data frame with desired information directly from IPEDS

Usage

read_data(dataset)

Value

A dataframe with desired information

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.

Examples

Run this code
# \donttest{
read_data("IC2020")
# }

Run the code above in your browser using DataLab