lazy_render: Format for converting from R Markdown to an HTML document...

Description Usage Arguments Examples

Description

Format for converting from R Markdown to an HTML document with lazy loading of graphics

Usage

1
2
lazy_render(..., lazyrmd_render_fn = "html_document",
  lazyrmd_render_package = "rmarkdown")

Arguments

lazyrmd_render_fn

function used to compile the document. Paired with the lazyrmd_render_package parameter, it defaults to html_document.

lazyrmd_render_package

package used to look for the lazyrmd_render_fn.

...

parameters passed to rmarkdown's function matching the parameter rmarkdown

Examples

1
if (interactive()) browseURL("https://github.com/hafen/lazyrmd#usage")

lazyrmd documentation built on May 2, 2019, 2:15 a.m.