Description Usage Format Details See Also Examples
A list which functions are used to print in the correct output format
(LaTeX, HTML, Markdown or plain text). If pubprint is running inside
knit it will automatically determine the output format
from knitr.
1 |
A list with a get and set function.
Using pp_opts_out$get() shows all currently used output format
functions, pp_opts_out$set() allows to change them.
See pp_init_out for initialising this variable in the
correct way and pp_init_style for publication style.
1 2 | pp_opts_out$set(pp_init_out())
pp_opts_out$set(pp_init_out("html"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.