create_graduates: Create Data Frame of Graduates Data

Description Usage Arguments Format Value

View source: R/create_graduates.R

Description

This function compiles information for all graduates and returns a dataframe.

Usage

1
create_graduates(complete = FALSE)

Arguments

complete

logical to indicate how many variables to return in the data frame. Default is FALSE, which returns the same information as in the graduates data frame distributed with the package. If complete = TRUE, other variables will be included, which can be helpful for diagnostics.

Format

year

year of graduation

first.name

First name of graduate

last.name

Last name of graduate

gender

male or female, based on the gender package

race

White, Black, Hispanic, Asian or Other, based on wru package

latin.honors

latin honor recieved by graduate (if any)

Phi.Beta.Kappa

TRUE/FALSE indicating membership in Phi Beta Kappa

Sigma.Xi

TRUE/FALSE indicating membership in Sigma Xi

honor

details of distinction of primary thesis honor (if any) We define the "primary" thesis honor as the first honor appearing alongside grad's name

major

major in which graduate completed primary honor

Value

a dataframe with a row for each graduating senior and 9 associated variables.


karantibrewal/williams documentation built on May 3, 2019, 9:40 p.m.