ipeds_load: Quick load cleaned ipeds data

Description Usage Arguments Value Examples

View source: R/ipeds_functions.R

Description

\lifecycle

experimental Convenience function to quick load a cleaned IPEDs rds.

Usage

1
ipeds_load(survey_file)

Arguments

survey_file

string containing all or part of the filename. The extension is not required. If the string matches more than one file, the list of matching files will be returned instead of the data. If the string exactly matches a file despite their being other partial matches, that file is returned.

Value

Cleaned IPEDS survey data from rds file. Or, if multiple matches are found, a table of matches.

Examples

1
2
3
4
## Not run: 
efd <- ipeds_load("efd")

## End(Not run)

Sorenson-Impact/sorensonimpact documentation built on Nov. 6, 2021, 4:25 a.m.