Parse all Rd files in package
parse_rd.Rd
Parse all Rd files in a package and return metadata as a data frame.
Usage
parse_rd(file = NULL, tags = c("name", "title", "desc", "details"))
Value
a table with information on a package's documented objects (functions and data). Rows are objects, and columns are tags.
Examples
if (FALSE) { # \dontrun{
tab <- parse_rd()
str(tab)
} # }