Description Usage Arguments Value Examples
View source: R/scrape_earned_credits.R
Scrape a student's credits earned while at BYU-I from their transcript Does not work currently, do not use
1 | scrape_earned_credits(.data, tibble = TRUE)
|
.data |
A character vector returned from the read_transcript function. |
tibble |
A logical, specifying if a tibble should be returned or not. |
A tibble by default, otherwise a double vector.
1 2 3 4 | ## Not run:
scrape_earned_credits(dat)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.