Turning off briefly to let the rest of the book render
This commit is contained in:
parent
597dec28da
commit
f41c1f6722
|
@ -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) |>
|
||||
|
|
Loading…
Reference in New Issue