Learn R Programming

roxygen2 (version 3.1.0)

roxygen: In-line documentation for R.

Description

Roxygen is a Doxygen-like documentation system for R; allowing in-source specification of Rd files, collation and namespace directives.

Arguments

Details

If you have existing Rd files, check out the Rd2roxygen package for a convenient way of converting Rd files to roxygen comments.

See Also

See namespace_roclet, rd_roclet, for an overview of roxygen tags.

Examples

Run this code
## Not run: roxygenize('pkg')

Run the code above in your browser using DataLab