Rd2markdown-deprecated: Rd file to markdown

Rd2markdown-deprecatedR Documentation

Rd file to markdown

Description

This function converts an Rd file into markdown format.

Arguments

rdfile

Filepath to an .Rd file or an Rd object to parse.

outfile

Filepath to output file (markdown file).

append

If outfile exists, append to existing content.

Value

Parsed Rd as named list

See Also

Rd2md-deprecated

Examples

## give a markdown source file
rdfile = "~/git/MyPackage/man/myfun.Rd"
## specify, where markdown shall be stored
outfile = "/var/www/html/R_Web_app/md/myfun.md"
## create markdown
## Rd2markdown(rdfile = rdfile, outfile = outfile)

Rd2md documentation built on June 22, 2024, 11:15 a.m.