R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  shiny::addResourcePath(
    "circletype-assets",
    system.file("circletype", package = "circletyper")
  )
  shiny::addResourcePath(
    "custom-assets",
    system.file("custom", package = "circletyper")
  )
}
etiennebacher/circletyper documentation built on Sept. 29, 2022, 5:44 p.m.