View source: R/utilitr_presentation.R
utilitr_presentation | R Documentation |
An opinionated template
utilitr_presentation( css = NULL, nature = list(highlightStyle = "github", highlightLines = TRUE, countIncrementalSlides = TRUE), self_contained = TRUE, lib_dir = "libs", ... )
css |
A vector of CSS file paths. Two default CSS files
(‘default.css’ and ‘default-fonts.css’) are provided in this
package, which was borrowed from https://remarkjs.com. If the
character vector |
nature |
(Nature transformation) A list of configurations to be passed
to |
self_contained |
Whether to produce a self-contained HTML file by embedding all external resources into the HTML file. See the ‘Note’ section below. |
lib_dir |
JS dependencies librairies location |
... |
For |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.