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'))
}

Try the highlightHTML package in your browser

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

highlightHTML documentation built on April 21, 2020, 5:06 p.m.