clean | R Documentation |
Clean (delete) all build output including knitr cache and knitr figures directories from the current directory
clean(..., knitr_figures_dir = "knitr-figs", knitr_cache_dir = "knitr-cache")
... |
Optional quoted or unquoted names of chunks that should be
'cleaned'.The chunk name(s) will be used to delete only the objects
relating to them from the |
knitr_figures_dir |
Directory where the knitr-generated figures reside |
knitr_cache_dir |
Directory where the knitr cached chunk databases reside |
This function will clean the current working directory. It works from
within the main doc
directory as well as in all the beamer presentation
directories. If you are testing with gotest()
and are in a temporary
directory, in the subdirectory doc
, the cleaning will be applied there.
Nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.