library(rvest)
library(xml2)
library(magrittr)
.url <- "https://population.un.org/wpp/Download/Standard/CSV/"
x <- xml2::read_html(x = .url) %>%
rvest::html_nodes(css = "div #kgrData .Grid .k-grid .k-widget .k-display-block .k-header .k-link") %>%
rvest::html_table()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.