Description Usage Arguments Value Examples
View source: R/read_transcript.R
Read JHU Transcript
1 2 3 | read_jhu_transcript(file, remove_withdrawn = TRUE)
read_transcript(file, type = "jhu", ...)
|
file |
path to the filename |
remove_withdrawn |
should remove withdrawn courses |
type |
Type of Transcript |
... |
additional arguments to pass to reader function |
A tibble
of the data
1 2 3 4 | file = "~/Downloads/Transcript.pdf"
if (file.exists(file)) {
res = read_jhu_transcript(file)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.