render_md2html | R Documentation |
render markdown-formatted input into 'html'
render_md2html(md, open = TRUE)
md |
Result of checks_to_markdown function. |
open |
If |
(invisible) Location of .html
-formatted version of input.
Other extra:
checks_to_markdown()
,
list_pkgchecks()
,
logfile_names()
## Not run:
checks <- pkgcheck ("/path/to/my/package")
# Generate standard markdown-formatted character vector:
md <- checks_to_markdown (checks)
# Directly generate HTML output:
h <- checks_to_markdown (checks, render = TRUE) # HTML version
# Or convert markdown-formatted version to HTML:
h <- render_md2html (md)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.