Rd2md-deprecated {Rd2md} | R Documentation |
Deprecated functions in package Rd2md.
Description
The functions listed below are deprecated and will be defunct in
the near future. When possible, alternative functions with similar
functionality are also mentioned. Help pages for deprecated functions are
available at help("<function>-deprecated")
.
Usage
ReferenceManual(
pkg = getwd(),
outdir = getwd(),
front.matter = "",
toc.matter = "<!-- toc -->",
date.format = "%B %d, %Y",
verbose = FALSE
)
Rd2markdown(rdfile, outfile, append = FALSE)
ReferenceManual
For ReferenceManual()
, use render_refman()
.
Rd2markdown
For Rd2markdown()
, use as_markdown()
.
[Package Rd2md version 1.0.1 Index]