| parseRd | R Documentation |
Modified version of tools:::.Rd_get_metadata() that keeps whitespace and
returns character instead of matrix.
parseRd(object, tag)
rdTags(object)
object |
|
tag |
These types are supported:
|
rdTags(): Modified version of the unexported tools:::RdTags() function.
Updated 2023-09-25.
tools::Rd_db().
db <- tools::Rd_db("base")
head(names(db))
rd <- db[["nrow.Rd"]]
print(rdTags(rd))
examples <- parseRd(rd, tag = "examples")
print(examples)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.