Description Usage Arguments Details
The knit_print functions fot pgfvalue and
pgfkeyvalue return LaTeX-code to set key-value pairs using
LaTeX's pgfkeys-package.
| 1 2 3 4 5 | 
| x | an object of S3 class  | 
| options | a string, a common path for all keys, change_dir if  | 
For objects x of S3 class pgfkeyvalue
knit_print returns LaTeX code to set pgf key-value
pairs using \pgfkeys{key = value}.
The optional argument option contain knitr chunk options. Available
options for printing key value pairs are
patha common path to prepend pgf-keys
change_dirlogical, for pgfkeyvalue objects only;
If TRUE the path is set globally by using /.cd handler
rm_unnamedlogical, for pgfvalue objects only;
If TRUE unnamed arguments are omitted silently. If FALSE
an error is thrown on any unnamed argument (default).
For objects x of S3 class pgfkeyvalue
knit_print returns LaTeX code to set pgf key-value
pairs using \pgfkeyssetvalue{key}{value}.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.