load_ipeds: Loads IPEDS data for a given year.

View source: R/load_ipeds.R

load_ipedsR Documentation

Loads IPEDS data for a given year.

Description

This function will return a large list with all the tables for a given IPEDS year. It is recommended to use the ipeds_survey function instead.

Usage

load_ipeds(
  year = as.integer(format(Sys.Date(), "%Y")) - 1,
  dir = getIPEDSDownloadDirectory()
)

Arguments

year

the year of the survey

dir

the directory to download the data to. Defaults to the package directory.

Value

a list with all tables (as data.frames) for the given year.


jbryer/ipeds documentation built on Feb. 25, 2023, 1:53 a.m.