lazyrmd (version 0.2.0.1)

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

Description

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

Usage

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

Run this code
# NOT RUN {
if (interactive()) browseURL("https://github.com/hafen/lazyrmd#usage")
# }

Run the code above in your browser using DataLab