Description Usage Arguments Author(s)
View source: R/RmdLastKnitted.R
Checks the age of R Markdown files and their respective outputs, and will update any documents which are out of date. The function will use the 'output' options of the YAML frontmatter of the document.
1 2 | RmdUpdateOutputs(directory = getwd(), recursive = TRUE,
firstKnit = FALSE, minAge = 0, quiet = TRUE)
|
directory |
the directory to search for the files. Defaults to the working directory |
recursive |
should the search include subdirectories? |
firstKnit |
should the function compile files if they have not be knitted before? Default is FALSE |
minAge |
the minimum time difference between the updated R Markdown and the HTML. |
quiet |
should the R Markdown print pandoc messages |
Michael Harper
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.