getIPEDSSurvey: getIPEDSSurvey

View source: R/getIPEDSSurvey.R

getIPEDSSurveyR Documentation

getIPEDSSurvey

Description

This function will return the IPEDS survey data for the given survey and year. Note that the first time this function is invoked it will attempt to download the data file from the IPEDS website.

Usage

getIPEDSSurvey(
  surveyId,
  year,
  dir = system.file(package = "ipeds"),
  stringsAsFactors = FALSE,
  ...
)

Arguments

surveyId

The survey ID of the dictionary to display (i.e. surveys$SurveyID)

year

The year of the dictionary to display.

dir

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

stringsAsFactors

ogical: should character vectors be converted to factors? Note that this is overridden by as.is and colClasses, both of which allow finer control.

...

other parmaters passed to read.csv


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