Skip to contents

This function is used to select the year of the data.

Usage

ipeds_year(ipedscall, year)

Arguments

ipedscall

Current list of parameters carried forward from prior functions in the chain (ignore)

year

Four-digit year or numeric vector of years.

Important notes

  1. Not all variables have a year option.

  2. The year selected is not necessarily the year the data were produced. It may be the year the data were collected. For data collected over split years (fall to spring), it is likely the year represents the fall data (e.g., 2011 for 2011/2012 data).

Examples

if (FALSE) { # \dontrun{
ipeds_year(2012)
ipeds_year(c(2010, 2012, 2014))
ipeds_year(2010:2013)
} # }