R/zzz.R

Defines functions .onLoad

.onLoad <- function(...) {
    shiny::addResourcePath(
        "templater",
        system.file(
            "assets",
            package = "templater"
        )
    )
}
ElianHugh/templater documentation built on Dec. 31, 2020, noon