check_figs | R Documentation |
Look for matches figures in both .R scripts and .Rmd notebooks
check_figs(
figsDir = "figs",
scripts = list.files(pattern = "\\.R$"),
notebooks = list.files(pattern = "\\.Rmd$"),
fig_exts = c("pdf", "png", "jpg")
)
figsDir |
Figures directory. Use empty |
scripts |
character. File names of scripts to check |
notebooks |
character. File names of Notebooks to check |
fig_exts |
character. Extensions associated to figures, e.g. 'pdf', 'jpg'. Do not include a "." before the extension. |
data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.