combine_jhu_transcript: Combine JHU Transcript

Description Usage Arguments Value Examples

View source: R/combine_transcript.R

Description

Combine JHU Transcript

Usage

1
2
3

Arguments

file

a vector of paths to PDFs

type

Type of Transcript

...

additional arguments to pass to combining function

Value

A tibble of the data

Examples

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

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