library(tidyverse)
# create catalogue of modeling
modeling_exist <- read_csv('data-raw/modeling_exists.csv')
devtools::use_data(modeling_exist, overwrite = TRUE)
modeling_exist %>% glimpse
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.