roxygen2 (version 2.2.1)

rd_roclet: Roclet: make Rd files.

Description

This roclet is the workhorse of roxygen, producing the Rd files that document that functions in your package.

Usage

rd_roclet()

Arguments

Details

This roclet also automatically runs checkRd on all generated Rd files so that you know as early as possible if there's a problem.

See Also

Other roclets: collate_roclet, namespace_roclet

Examples

Run this code
roclet <- rd_roclet()
roc_proc(roclet, "example.R")
roc_out(roclet, "example.R", ".")

Run the code above in your browser using DataLab