Turn the htmlwidgets chunk back on

This commit is contained in:
mine-cetinkaya-rundel 2023-05-26 16:04:33 -04:00
parent 75818986ca
commit a070e36c0c
1 changed files with 0 additions and 2 deletions

View File

@ -139,8 +139,6 @@ 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) |>