add_faculty_degrees: Add Faculty Degrees

Description Usage Arguments Format Value

View source: R/add_faculty_degrees.R

Description

This function takes as input a data frame which includes the raw text associated with each faculty member. It returns that data frame along with six new columns: first.degree, first.degree.year, first.degree.school, last.degree, last.degree.year and last.degree.school

Usage

1

Arguments

x

data frame with raw.text column

Format

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.

Value

the input data frame along with two new columns.


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