Rd2roxygen (version 1.7)

Rd2roxygen-package: Convert Rd to roxygen documentation and utilities to enhance documentation and building packages

Description

This package contains functions to convert Rd to roxygen documentation. It can parse an Rd file to a list (parse_file), create the roxygen documentation (create_roxygen) and update the original R script (e.g. the one containing the definition of the function) accordingly (Rd2roxygen). This package also provides utilities which can help developers build packages using roxygen more easily (rab).

Arguments

Examples

Run this code
# NOT RUN {
## see the package vignette: vignette('Rd2roxygen')
# }

Run the code above in your browser using DataLab