parseTag: Convert tag in Rd format to markdown.

Description Usage Arguments

Description

This function will convert an Rd element to markdown format.

Usage

1
2
3
  parseTag(x, pre = character(), post = character(),
    stripNewline = TRUE, stripWhite = TRUE,
    stripTab = TRUE, link.ext = "html")

Arguments

x

element from an Rd class.

pre

a string to prepend to the parsed tag.

post

a string to append to the parsed tag.

stripNewline

logical indicating whether to strip new line characters.

stripWhite

logical indicating whether to strip white space.

stripTab

logical indicating whether to strip tab characters.

link.ext

file extention to use for links.


jbryer/Rd2markdown documentation built on May 18, 2019, 7:01 p.m.