scrape_major: Scrape a student's major from their transcript

Description Usage Arguments Value Examples

View source: R/scrape_major.R

Description

Scrape a student's major from their transcript

Usage

1
scrape_major(.data, tibble = TRUE)

Arguments

.data

A character vector returned from the read_transcript function.

tibble

A logical, specifying if a tibble should be returned or not.

Value

A tibble by default, otherwise a character vector.

Examples

1
2
3
4
## Not run: 
scrape_major(dat)

## End(Not run)

averyrobbins1/tidytranscript documentation built on March 24, 2021, 1:16 a.m.