Description Usage Details Value
A HTML vignette is a lightweight alternative to html_document
suitable for inclusion in packages to be released to CRAN. It reduces the
size of a basic vignette from 100k to around 10k.
1 2 | abstract_report(fig_width = 3, fig_height = 3, dev = "png", css = NULL,
template = NULL, ...)
|
Compared to html_document
, it:
never uses retina figures
has a smaller default figure size
uses a custom css stylesheet
See the online
documentation for additional details on using the html_vignette
format.
R Markdown output format to pass to render
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.