R/runShinyApp.r

Defines functions shinyRGB2hex

Documented in shinyRGB2hex

#' Run shiny app
#' 
#' Function that automatically opens shiny app to convert rgb codes to hexidecimal codes
#' 
#' @param ... Other arguments to pass, currently does nothing.
#' @export 
shinyRGB2hex <- function(...) {
  shiny::runApp(system.file('shiny', package = 'highlightHTML'))
}
lebebr01/highlightHTML documentation built on May 31, 2021, 8:30 p.m.