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>.

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

if (FALSE) { rmd2html(here::here("modals/ca-sheephead.Rmd")) }