Learn R Programming

roxygen2 (version 2.2.2)

roxygen: Literate Programming in R

Description

In-line documentation for R.

Arguments

Details

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

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

ll{ Package: Roxygen2 Type: Package Version: 0.1-1 Date: 2008-08-25 License: GPL (>= 2) LazyLoad: yes }

See Also

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

Examples

Run this code
roxygenize('pkg')

Run the code above in your browser using DataLab