includeCSS()
htmlDependency()
renderUI
Shiny.setInputValue
getType
ui <- fluidPage( tags$style("p { color: red;}"), p("Hello World") ) server <- function(input, output, session) {} shinyApp(ui, server)
Hello World