read_data {IPEDS} | R 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 |
Value
A dataframe with desired information
Examples
read_data("IC2020")
[Package IPEDS version 0.1.0 Index]