Skip to content

Instantly share code, notes, and snippets.

@ageller
Created March 25, 2022 15:31
Show Gist options
  • Save ageller/b69b7122c2eea6c65678b57c0f1a08a2 to your computer and use it in GitHub Desktop.
Save ageller/b69b7122c2eea6c65678b57c0f1a08a2 to your computer and use it in GitHub Desktop.
A simple mainPanel example for a Shiny app
mainPanel(
plotOutput(“plot”)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment