R/get_example_file.R

Defines functions get_example_file

Documented in get_example_file

#' Get the file path to the example transcript within the package
#'
#' @return A file path
#' @export
#'
#' @examples
#' \dontrun{
#' get_example_file(dat)
#' }
get_example_file <- function() {
    system.file(
        "extdata",
        "example_transcript.pdf",
        package="tidytranscript")
}
averyrobbins1/tidytranscript documentation built on March 24, 2021, 1:16 a.m.