From f41c1f672253dd627d6bb97a180d30cce89b49ff Mon Sep 17 00:00:00 2001 From: mine-cetinkaya-rundel Date: Fri, 26 May 2023 15:11:18 -0400 Subject: [PATCH] Turning off briefly to let the rest of the book render --- quarto-formats.qmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quarto-formats.qmd b/quarto-formats.qmd index 7aac281..bb922ea 100644 --- a/quarto-formats.qmd +++ b/quarto-formats.qmd @@ -139,6 +139,8 @@ If you're viewing this page on the web, you can drag the map around, zoom in and You obviously can't do that in a book, so Quarto automatically inserts a static screenshot for you. ```{r} +#| eval: false + library(leaflet) leaflet() |> setView(174.764, -36.877, zoom = 16) |>