This function will convert an Rd element to markdown format.
Note that links are only supported within a markdown document, referenced with #.
Use href
to link to external sources.
parseTag(
x,
pre = character(),
post = character(),
stripNewline = TRUE,
stripWhite = TRUE,
stripTab = TRUE
)
element from an Rd
class.
String to prepend to the parsed tag.
String to append to the parsed tag.
Logical indicating whether to strip new line characters.
Logical indicating whether to strip white space.
Logical indicating whether to strip tab characters.