transform_data: Transform data

Description Usage Arguments Value Examples

Description

transform_data converts extracted data into a structured data frame

Usage

1
transform_data(selected_data)

Arguments

selected_data

a named vector that contains the graduation year and the degree of faculty members.

Value

The output is a data frame which consists of all relevant data.

Examples

1
2
3
4
5
6
#academic_year <- "2015-16"
#flat_file <- parse_catalog(academic_year)
#names <- collect_names(flat_file, reformat = TRUE)
#data_source <- parse_catalog("2013-14")
#academic_data <- extract_data(names, data_source, useInternet = TRUE)
#data_frame <- transform_data(academic_data)

zcesur/williams-faculty-age documentation built on May 4, 2019, 9:13 p.m.