knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(fco2r) dplyr::glimpse(oco2_br)
oco2_br |> dplyr::sample_n(2000) |> ggplot2::ggplot(ggplot2::aes(x=longitude, y=latitude)) + ggplot2::geom_point(color="red", alpha=0.2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.