R/onload.R

Defines functions .onLoad

#' Adds the content of www to www/ from this package
#'
#' @importFrom shiny addResourcePath
#'
#' @noRd
.onLoad <- function(...) {
  shiny::addResourcePath('www', system.file('app/www', package = 'networkedwebsitesdetector'))
}
giocomai/networkedwebsitesdetector documentation built on Jan. 22, 2021, 5:42 p.m.