R/onload.R

#' Adds the content of www to www/ from this package
#'
#' @importFrom shiny addResourcePath
#'
#' @noRd
.onLoad <- function(...) {
  shiny::addResourcePath('www', system.file('app/www', package = 'tableOne'))
}
jixing475/tableOne documentation built on June 17, 2019, 1:05 a.m.