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")
  )
}

Try the circletyper package in your browser

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

circletyper documentation built on Sept. 21, 2022, 9:13 a.m.