parse_rd | R Documentation |
Parse all Rd files in a package and return metadata as a data frame.
parse_rd(file = NULL, tags = c("name", "title", "desc", "details"))
file |
file path to save table |
tags |
sections to extract from Rd files. Missing entries labelled as
|
The function requires that the working directory is set to the package's root directory.
a table with information on a package's documented objects (functions and data). Rows are objects, and columns are tags.
Derek Chiu
## Not run:
tab <- parse_rd()
str(tab)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.