ipeds_add_info: Conveniently add school info to an IPEDS table.

Description Usage Arguments Value Examples

View source: R/ipeds_functions.R

Description

\lifecycle

experimental Convenience function to add school info to an IPEDS table. Includes institution_entity_name, sector, and state. More can be added if useful, contact JZ with suggestions.

Usage

1
ipeds_add_info(.data, cache_hd = T)

Arguments

.data

An IPEDS table (must contain unitid and year).

cache_hd

Store a local hidden copy to avoid reloading each time. Defaults to TRUE.

Value

Original IPEDS table with school info added

Examples

1
2
3
4
## Not run: 
efd <- efd %>% ipeds_add_info()

## End(Not run)

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