df_description: A method to collect relevant professor information in a neat...

Description Usage Arguments Value

Description

A method to collect relevant professor information in a neat data.frame

Usage

1
2
df_description(faculty, age = TRUE, gender = TRUE, has_ba = FALSE,
  has_ma = FALSE, has_phd = FALSE)

Arguments

faculty

A list of faculty

age

Include ages in the dataframe?

gender

Include gender in the dataframe?

has_ba

include ba information in dataframe?

has_ma

include ma information in dataframe?

has_phd

include phd information in dataframe?

Value

df A dataframe containing the faculty list and potential more computations thereupon


PhilBrockman/WilliamsStaff documentation built on May 8, 2019, 1:33 a.m.