uslides_html: HTML slideshow presentation

Description Usage Arguments

Description

Renders rmarkdown as an HTML slideshow.

Usage

1
2
3
4
uslides_html(incremental = FALSE, fig_width = 7.5, fig_height = 4.75,
  fig_caption = FALSE, self_contained = FALSE, highlight = "default",
  css = NULL, includes = NULL, keep_md = FALSE, lib_dir = NULL,
  pandoc_args = NULL)

Arguments

incremental

Logical indicating whether to render bullet points incrementally. Defaults to FALSE. To reverse-order, precede item with '>'

fig_width

Default figure width, in inches.

fig_height

Default figure height, in inches.

fig_caption

Logical indicating whether to render figure captions.

self_contained

Logical indicating whether to package presentation as single html file.

highlight

Highlight style, if "default" then "haddock" is used.

css

Optional, additional css file(s) to include

includes

Optional, additional content to include.

keep_md

Logical indicating whether to keep .md version of file.

lib_dir

If not self contained, name for directory containing presentation files. If NULL (default) then "_files" is added to document name.

pandoc_args

Optional, additional args to pass on to pandoc.


mkearney/uslides documentation built on May 16, 2019, 8:11 p.m.