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