R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
    
    shiny::addResourcePath('www',
                        system.file('www',
                                    package = 'ChromSCape'))
}

Try the ChromSCape package in your browser

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

ChromSCape documentation built on Nov. 8, 2020, 6:57 p.m.