scrape_birthday: Scrape a student's birthday from their transcript

Description Usage Arguments Value Examples

View source: R/scrape_birthday.R

Description

Scrape a student's birthday from their transcript

Usage

1
scrape_birthday(.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_birthday(dat)

## End(Not run)

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