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 = 'genderedstreetnames'))
}
giocomai/genderedstreetnames documentation built on June 21, 2020, 8:31 p.m.