create_data_raw_dir <- function(...) {
dir <- here("data-raw", ...)
if (!dir_exists(dir)) dir_create(dir)
dir
}
data_raw <- function(...) {
here("data-raw", ...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.