R/zzz.R

Defines functions .onAttach .onLoad

#' @import shiny
#' @import htmltools
#'

.onLoad <- function(libname, pkgname){

}


.onAttach <- function(libname, pkgname){

}

Try the nextGenShinyApps package in your browser

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

nextGenShinyApps documentation built on Sept. 11, 2024, 7:38 p.m.