# Creates basis of personnel list
positions <- read_csv("data-raw/positions.csv")
positions <- as_tibble(lapply(positions, rep, positions$N))
usethis::use_data(positions, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.