blob: 2d7de472aa289f89c55d5b0acc67e127f59eeb65 [file] [log] [blame]
# function to lookup reveal resource
reveal_resources <- function(...) {
system.file("rmarkdown/templates/revealjs_presentation/resources",
...,
package = "revealjs")
}