Description Usage Arguments Value Examples
Scrape a student's major from their transcript
1 | scrape_major(.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 character vector.
1 2 3 4 | ## Not run:
scrape_major(dat)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.