# Fetch datasets
population <- fetch_indicator("SP.POP.TOTL", source = "eurostat")
bednets <- fetch_indicator("SH.MLR.NETS.ZS", source = "unicef")
# Save files
usethis::use_data(
population,
bednets,
overwrite = TRUE,
compress = "bzip2",
version = 3
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.