powered by
This function will parse an Rd object returning a list with each section. The contents of each element of the list will be converted to markdown.
parseRd(rd)
a named list with the parts of the Rd object that will be used for creating a markdown file
An Rd object.
Rd
## rd source (from parse_Rd function of tools package) rdfile = "~/git/MyPackage/man/myfun.Rd" ## rd = tools::parse_Rd(rdfile) ## parseRd(rd)
Run the code above in your browser using DataLab