Rene Persau
2025-02-27
mtcars,
iris, etc.).Example code:
output\(dataPlot <- renderPlot({ df <- get(input\)dataset, “package:datasets”) ggplot(df, aes_string(x = input$variable)) + geom_histogram(fill = “blue”, bins = 30) + theme_minimal() })
Visualization: