library(rvest)
library(dplyr)
url <- "https://carbon-intensity.github.io/api-definitions/?python#region-list"
regions_lookup <- url %>%
read_html() %>%
html_nodes('table') %>%
html_table() %>%
.[[99]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.