Skip to content

Instantly share code, notes, and snippets.

@ageller
Created March 25, 2022 15:30
Show Gist options
  • Save ageller/9182d6af4d85a63f33769b1ac0fead81 to your computer and use it in GitHub Desktop.
Save ageller/9182d6af4d85a63f33769b1ac0fead81 to your computer and use it in GitHub Desktop.
a simple renderPlot example for a Shiny app
output$plot <-renderPlot(
generate_plot(input$column)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment