powered by
div
htmlOutput(outputId, inline = FALSE, container = if (inline) span else div, ...) uiOutput(outputId, inline = FALSE, container = if (inline) span else div, ...)
span()
div()
uiOutput
renderUI
htmlOutput
htmlOutput("summary") # Using a custom container and class tags$ul( htmlOutput("summary", container = tags$li, class = "custom-li-output") )
Run the code above in your browser using DataLab