ipeds_help: Returns data.frame with the data dictionary.

View source: R/ipeds_help.R

ipeds_helpR Documentation

Returns data.frame with the data dictionary.

Description

This will return a data.frame with a list of all the tables available for the given IEPDS year. Or, if the table parameter is specified, a data.frame with all the variables available in that table.

Usage

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

Arguments

table

if specified, the variable information for the given survey result table is returned.

year

the year of the survey

dir

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


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