Modified version of the unexported tools:::RdTags function.

RdTags(object)

Arguments

object

Rd. R documentation, returned from tools::Rd_db()

Note

Updated 2020-04-12.

Examples

db <- tools::Rd_db("base") Rd <- db[["nrow.Rd"]] RdTags(Rd)
#> [1] "title" "name" "alias" "alias" "alias" #> [6] "alias" "keyword" "description" "usage" "arguments" #> [11] "value" "references" "seealso" "examples"