Skip to content

Instantly share code, notes, and snippets.

@jrosell
Last active November 22, 2021 16:12
Show Gist options
  • Save jrosell/01e8b5f7d6fe485fc3a9c3ec61bf795f to your computer and use it in GitHub Desktop.
Save jrosell/01e8b5f7d6fe485fc3a9c3ec61bf795f to your computer and use it in GitHub Desktop.
library(shiny)
ui <- fluidPage(h1("Hola món"))
server <- function(input, output) {}
shinyApp(ui = ui, server = server)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment