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