downloadIPEDSSurvey: downloadIPEDSSurvey

View source: R/getIPEDSSurvey.R

downloadIPEDSSurveyR Documentation

downloadIPEDSSurvey

Description

Downloads a given IPEDS survey data file.

Usage

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

Arguments

surveyId

the survey ID from the surveys data frame

year

the year of the survey

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.