| pkg_help | R Documentation |
Extracts help documentation and converts it to clean markdown.
pkg_help(topic, package, format = c("md", "hugo"))
topic |
Character. The help topic name. |
package |
Character. Package name. |
format |
Character. Output format: |
Character string of markdown help text.
cat(pkg_help("md5sum", "tools"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.