parse_rd_db | R Documentation |
Reads and parses R documentation (Rd) files.
parse_rd_db(..., doc_type = "data")
... |
Arguments to be passed to the |
doc_type |
'character' vector.
Document type, such as |
A named list containing the documentation sections as character strings.
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
l <- parse_rd_db(package = "inldata")
str(l, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.