read_jhu_transcript: Read JHU Transcript

Description Usage Arguments Value Examples

View source: R/read_transcript.R

Description

Read JHU Transcript

Usage

1
2
3
read_jhu_transcript(file, remove_withdrawn = TRUE)

read_transcript(file, type = "jhu", ...)

Arguments

file

path to the filename

remove_withdrawn

should remove withdrawn courses

type

Type of Transcript

...

additional arguments to pass to reader function

Value

A tibble of the data

Examples

1
2
3
4
file = "~/Downloads/Transcript.pdf"
if (file.exists(file)) {
    res = read_jhu_transcript(file)
}

muschellij2/transcriptr documentation built on July 9, 2020, 9:19 p.m.