Description Usage Arguments Value Examples
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>.
1 | rmd2html(rmd)
|
rmd |
The R markdown file to be rendered into html. |
The output is a html file that is the rendered rmd file.
1 2 3 4 | ## Not run:
rmd2html(here::here("modals/ca-sheephead.Rmd"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.