# Process data and definitions
library(readxl)
library(dplyr)
library(janitor)
data_and_definitions <- read_xlsx(here::here("data-raw", "data_and_definitions", "data_and_definitions.xlsx")) %>%
clean_names() %>%
arrange(name)
usethis::use_data(data_and_definitions, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.