Description Usage Arguments Value Examples
View source: R/scrape_birthday.R
Scrape a student's birthday from their transcript
1 | scrape_birthday(.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_birthday(dat)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.