From f36ac6f2d87206455be010b6e5e220988557eca3 Mon Sep 17 00:00:00 2001 From: John Dawson Date: Wed, 4 Dec 2024 16:43:16 +0000 Subject: [PATCH] Revert "Fixing typo (#571)" This reverts commit 8da368edbea7efb27979bd43e2319260f6a94654. The spelling `summmry` is one of the three bugs in the question. --- 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({