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)
rmd | The R markdown file to be rendered into html. |
---|
The output is a html file that is the rendered rmd file.