library(tidyverse)
country_names <-
readr::read_csv(
file = "data-raw/country_names.csv",
col_types = cols(.default = col_character()),
na = ""
)
# Drop spec() attribute
country_names <- country_names[]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.