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('www', package = 'cellviz3d'))
}
marionlouveaux/cellviz3d documentation built on May 20, 2019, 9:55 a.m.