files <- grep(
pattern = "make_plots",
x = list.files(
path = "manuscript/figures",
pattern = "\\.R$",
full.names = TRUE
),
invert = TRUE,
value = TRUE
)
for (file in files) {
source(file)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.