readStudentInfo: Read in data on a specified graduating class

Description Usage Arguments Value Examples

Description

Read in information about the graduating class specified by the grad.year parameter. The information of interest includes student names, latin honors, department honors, Clark fellowship, Phi Kappa Beta membership and Sigma Xi membership

Usage

1
readStudentInfo(data, grad.year)

Arguments

data

Name of the source text file containing information about the interested graduating class. The argument should follow this format "yyyy-yy.txt". For instance,if the interested graduating year is 2001, the name of the source text file would be "2000-01.txt". Accepted graduating year ranges from 2001 to 2016

grad.year

Sets the year in which the given data was collected. The argument should be a 4 digit integer between 2001 and 2016 (inclusive)

Value

A dataframe object containing information about the specified graduating class

Examples

1
2
readStudentInfo("2000-01.txt", 2001)
readStudentInfo("2001-02.txt", 2002)

nnguyen2496/gradinfo documentation built on May 23, 2019, 9:29 p.m.