Description Usage Value Examples
These are convenience functions to set pre-defined pattern lists (the syntax
to read input documents). The function names are built from corresponding
file extensions, e.g. pat_rnw()
can set the Sweave syntax to read Rnw
documents.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | pat_rnw()
pat_brew()
pat_tex()
pat_html()
pat_md()
pat_rst()
pat_asciidoc()
pat_textile()
|
The patterns object knit_patterns
is modified as a side
effect.
1 2 3 4 5 6 | # see how knit_patterns is modified
knit_patterns$get()
pat_rnw()
knit_patterns$get()
knit_patterns$restore() # empty the list
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.