ipeds_survey: IPEDS Survey Table

View source: R/ipeds_survey.R

ipeds_surveyR Documentation

IPEDS Survey Table

Description

This function returns the data for the specified table and year. The table can be specified using either the full table name within the original database (e.g. "HD2017") or with just the survey ID as specified in the data(surveys) data frame (e.g. "HD").

Usage

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

Arguments

table

the IPEDS survey result to return.

year

the year of the survey

dir

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

Value

a data.frame


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