Learn R Programming

Rd2md (version 1.0.0)

Rd2md-deprecated: 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 = "",
  date.format = "%B %d, %Y",
  verbose = FALSE
)

Rd2markdown(rdfile, outfile, append = FALSE)

Arguments

<code>ReferenceManual</code>

For ReferenceManual(), use render_refman().

<code>Rd2markdown</code>

For Rd2markdown(), use as_markdown().