library(tidyverse)
usethis::use_build_ignore(c("material", "data_raw", "output"))
MSM_dict_raw <- readxl::read_xlsx("data_raw/MSM_dict.xlsx", trim_ws = T)
MSM_dict <- MSM_dict_raw %>% psychTestR::i18n_dict$new()
usethis::use_data(MSM_dict, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.