scrape_grades: Scrape a student's grades earned at BYUI from their...

Description Usage Arguments Value Examples

View source: R/scrape_grades.R

Description

Scrape a student's grades earned at BYUI from their transcript

Usage

1

Arguments

.data

A character vector returned from the read_transcript function.

Value

A tibble with four resulting columns: course, credit, grade & semester

Examples

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

## End(Not run)

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