parse_documentation | R Documentation |
Parse a module’s documentation
parse_documentation(info, mod_ns)
parse_roxygen_tags(info, mod_ns)
patch_mod_doc(docs)
info |
The module info. |
mod_ns |
The module namespace. |
docs |
the list of roxygen2 documentation objects. |
parse_documentation
returns a list of character strings with
the Rd documentation source code for each documented name in a module.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.