create_faculty: Create Data Frame of Faculty Data

Description Usage Arguments Format Value Examples

Description

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

Usage

1
create_faculty(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.

Format

first.name

First name of faculty

last.name

Last name of faculty

year

catalog year from which information is extracted

birth.year

inferred birth year for faculty member

leave.full.year

Is faculty on leave for full academic year?

leave.first.sem

Is faculty on leave for only first semester?

leave.first.sem

Is faculty on leave for only second semester?

leave.first.sem

Is faculty on leave for full calendar year?

first.degree

First degree held by faculty; This is generally a bachelors degree

first.degree.year

Year the first degree was conferred

first.degree.school

School that conferred first degree

last.degree

First degree held by faculty; This is generally the highest degree held by the faculty.

last.degree.year

Year the last degree was conferred

last.degree.school

School that conferred last degree.

title

title of faculty

Value

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

Examples

1

davidkane9/williams documentation built on May 15, 2019, 1:14 a.m.