Rd2markdown-deprecated {Rd2md} | R Documentation |
Rd file to markdown
Description
This function converts an Rd file into markdown format.
Arguments
rdfile |
Filepath to an .Rd file or an |
outfile |
Filepath to output file (markdown file). |
append |
If outfile exists, append to existing content. |
Value
Parsed Rd as named list
See Also
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)
[Package Rd2md version 1.0.1 Index]