# Procedural code ---------------------------------------------------------
library(tidyverse)
source('data-raw/getRawDateQuizData.R')
saveLocalDictionaries(getDictionaries.dates())
datequiz <- fetchRawData()
datequiz <- tagData(datequiz)
datequiz <- addLabels(datequiz)
usethis::use_data(datequiz, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.