Rd2markdown-deprecated | R Documentation |
This function converts an Rd file into markdown format.
rdfile |
Filepath to an .Rd file or an |
outfile |
Filepath to output file (markdown file). |
append |
If outfile exists, append to existing content. |
Parsed Rd as named list
Rd2md-deprecated
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.