Creates HTML code to embed an interactive chart from Our World in Data into an HTML document using an iframe.
Examples
owid_embed(
"https://ourworldindata.org/grapher/co2-emissions-per-capita",
width = "90%",
height = "500px"
)
#> [1] "<iframe src=\"https://ourworldindata.org/grapher/co2-emissions-per-capita\" loading=\"lazy\" style=\"width: 90%; height: 500px; border: 0px none;\" allow=\"web-share; clipboard-write\"></iframe>"