R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  shiny::addResourcePath(
    "hint-assets",
    system.file("hint", package = "prompter")
  )
}

Try the prompter package in your browser

Any scripts or data that you put into this service are public.

prompter documentation built on May 29, 2024, 6:34 a.m.