credential_seekers: Return a data frame of students who are curriculum credential...

View source: R/ipeds.r

credential_seekersR Documentation

Return a data frame of students who are curriculum credential seekers (seeking an Associate's, Diploma, or Certificate)

Description

All data comes from CCDW_HIST SQL Server database

Usage

credential_seekers(
  report_years = NA_integer_,
  report_semesters = NA_character_,
  exclude_hs = FALSE
)

Arguments

report_years

The year or a list of years of the fall term for the data. If unspecified, all years are returned.

report_semesters

Either a single semester abbreviation or a list of semester abbreviations. If unspecified, all semesters are returned.

exclude_hs

Should function exclude high school students from being included as credential seekers. Default is to include high school students.


hcc-donder/haywoodcc documentation built on Jan. 28, 2023, 7:07 a.m.