knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(helpeRs)
some text
```r quakes |> e_charts(long) |> e_geo( roam = TRUE, boundingCoords = list( c(185, -10), c(165, -40) ) ) |> e_scatter_gl(lat, depth) |> e_visual_map()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.