R/onload.R

#' Adds the content of www to www/ from this package
#'
#' @importFrom shiny addResourcePath
#'
#' @noRd
.onLoad <- function(...) {
  shiny::addResourcePath('www', system.file('www', package = 'backyard'))
}
ColinFay/backyard documentation built on June 29, 2019, 3:54 p.m.