library(tidyverse)
pathways <- read_csv(here::here("data-raw", "pathways.csv"))
pathways <- map(pathways, ~ unique(.x[!is.na(.x)]))
usethis::use_data(pathways, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.