The package Rd2roxygen helps R package developers who used to write R documentation in the raw LaTeX-like commands but now want to switch their documentation to roxygen2, which is a convenient tool for developers, since we can write documentation as inline comments, e.g.

## the source code of the function parse_and_save
ex.file = system.file("examples", "parse_and_save.R", package = …