scrape_earned_credits: Scrape a student's credits earned while at BYU-I from their...

Description Usage Arguments Value Examples

View source: R/scrape_earned_credits.R

Description

Scrape a student's credits earned while at BYU-I from their transcript Does not work currently, do not use

Usage

1
scrape_earned_credits(.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 double vector.

Examples

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

## End(Not run)

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