document {devtools} | R Documentation |
This function is a wrapper for the roxygen2::roxygenize()
function from the roxygen2 package. See the documentation and vignettes of
that package to learn how to use roxygen.
document(pkg = ".", roclets = NULL)
pkg |
package description, can be path or package name. See
|
roclets |
Character vector of roclet names to use with package.
This defaults to |
roxygen2::roxygenize()
,
browseVignettes("roxygen2")