document {devtools} | R Documentation |
Use roxygen to document a package.
Description
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.
Usage
document(pkg = ".", roclets = NULL, quiet = FALSE)
Arguments
pkg |
The package to use, can be a file path to the package or a
package object. See |
roclets |
Character vector of roclet names to use with package.
The default, |
quiet |
if |
See Also
roxygen2::roxygenize()
,
browseVignettes("roxygen2")
[Package devtools version 2.4.5 Index]