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