Skip to content

Instantly share code, notes, and snippets.

@dmurdoch
dmurdoch / app.R
Last active July 3, 2024 15:36 — forked from haozhu233/app.R
Use kable in Shiny
library(shiny)
ui <- fluidPage(
# Application title
titlePanel("mtcars"),
sidebarLayout(
sidebarPanel(
sliderInput("mpg", "mpg Limit",