rmd2html: Render html for rmd file, including glossary tooltips.

Description Usage Arguments Value Examples

View source: R/render_rmd.R

Description

This function creates all of the html for a R markdown file, inserting in the glossary tooltips. Note that this function will break html that contains interactive figures, as most of the required javascript won't be loaded into the html <head>.

Usage

1
rmd2html(rmd)

Arguments

rmd

The R markdown file to be rendered into html.

Value

The output is a html file that is the rendered rmd file.

Examples

1
2
3
4
## Not run: 
rmd2html(here::here("modals/ca-sheephead.Rmd"))

## End(Not run)

marinebon/infographiqR documentation built on Dec. 21, 2021, 2:44 p.m.