ReferenceManual-deprecated | R Documentation |
This is a wrapper to combine the Rd files of a package source or binary into a reference manual in markdown format.
pkg |
Full path to package directory. Default value is the working directory.
Alternatively, a package name can be passed. If this is the case, |
outdir |
Output directory where the reference manual markdown shall be written to. |
front.matter |
String with yaml-style heading of markdown file. |
toc.matter |
String providing the table of contents. This is not auto-generated. The default value is a HTML comment, used by gitbook plugin toc. |
date.format |
Date format that shall be written to the beginning of the reference manual.
If |
verbose |
If |
Murdoch, D. (2010). Parsing Rd files
Rd2md-deprecated and package Rd2markdown by jbryer
## give source directory of your package
pkg_dir = "~/git/MyPackage"
## specify, where reference manual shall be stored
out_dir = "/var/www/html/R_Web_app/md/"
## create reference manual
## ReferenceManual(pkg = pkg_dir, outdir = out_dir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.