From a961dd26983dbe99c9be2fdc24f01018cd33813b Mon Sep 17 00:00:00 2001 From: Teddy Crawford Date: Wed, 9 Apr 2025 14:44:46 +1200 Subject: [PATCH] Revert "Fixing typo (#571)" This reverts commit 8da368edbea7efb27979bd43e2319260f6a94654. --- basic-app.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic-app.Rmd b/basic-app.Rmd index 9415ae0..864fe6d 100644 --- a/basic-app.Rmd +++ b/basic-app.Rmd @@ -376,7 +376,7 @@ knitr::include_graphics("images/basic-app/cheatsheet.png", dpi = 300) dataset <- reactive({ get(input$dataset, "package:ggplot2") }) - output$summary <- renderPrint({ + output$summmry <- renderPrint({ summary(dataset()) }) output$plot <- renderPlot({