R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("Welcome to the Subgroup Explorer!")
  shiny::addResourcePath('www', system.file("www", package = "subscreen"))
}

Try the subscreen package in your browser

Any scripts or data that you put into this service are public.

subscreen documentation built on May 13, 2022, 1:06 a.m.