knit_versioned | R Documentation |
used in a knitr preamble to direct the output to a subdirectory of the project — title: "Analysis 1" output: html_document knit: ggrrr::knit_versioned("output/analysis-1") —
knit_versioned(
directory = NULL,
...,
datedFile = !datedSubdirectory,
datedSubdirectory = FALSE
)
directory |
the root of the output - can be an absolute path or a relative path interpreted as relative to the root of the project. |
... |
ignored |
datedFile |
do you want the filename to have the date appended (defaults TRUE)? |
datedSubdirectory |
do you want the files to be placed in a dated subdirectory (defaults FALSE)? |
This can only work when deployed as a library and hence no standalone version of it exists, because the fully qualified packagename has to be used.
nothing. called for side effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.