#' 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")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.