Description Usage Arguments Value Examples
View source: R/combine_transcript.R
Combine JHU Transcript
1 2 3 | combine_jhu_transcript(file)
combine_transcript(file, type = "jhu", ...)
|
file |
a vector of paths to PDFs |
type |
Type of Transcript |
... |
additional arguments to pass to combining function |
A tibble
of the data
1 2 3 4 | file = "~/Downloads/Transcript.pdf"
if (file.exists(file)) {
res = combine_jhu_transcript(c(file, file))
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.