Format for converting from R Markdown to an HTML document with lazy loading of graphics
lazy_render(..., lazyrmd_render_fn = "html_document",
lazyrmd_render_package = "rmarkdown")
function used to compile the document. Paired with the lazyrmd_render_package
parameter, it defaults to html_document
.
package used to look for the lazyrmd_render_fn
.
parameters passed to rmarkdown's function matching the parameter rmarkdown
# NOT RUN {
if (interactive()) browseURL("https://github.com/hafen/lazyrmd#usage")
# }
Run the code above in your browser using DataLab