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
).
Hadley Wickham and Yihui Xie
Useful links:
## see the package vignette: vignette('Rd2roxygen')
Run the code above in your browser using DataLab