moon_reader | R Documentation |
Write a presentation in R Markdown using Smith College SDS theming
moon_reader(
css = c("default", "default-fonts"),
self_contained = FALSE,
seal = TRUE,
yolo = FALSE,
chakra = "https://remarkjs.com/downloads/remark-latest.min.js",
nature = list(),
...
)
mono_light_smith(...)
duo_smith(...)
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 |
self_contained |
Whether to produce a self-contained HTML file by embedding all external resources into the HTML file. See the ‘Note’ section below. |
seal |
Whether to generate a title slide automatically using the YAML
metadata of the R Markdown document (if |
yolo |
Whether to insert the
Mustache
Karl (TM) randomly in the slides. |
chakra |
A path to the remark.js library (can be either local or
remote). Please note that if you use the default remote latest version of
remark.js, your slides will not work when you do not have Internet access.
They might also be broken after a newer version of remark.js is released.
If these issues concern you, you should download remark.js locally (e.g.,
via |
nature |
(Nature transformation) A list of configurations to be passed
to |
This function is a thin wrapper around moon_reader
https://www.smith.edu/about-smith/college-relations/visual-identity-program
moon_reader
mono_light
duo
## Not run:
# simple invocation
rmarkdown::render("input.Rmd", "sds::xaringan")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.