View source: R/rextendr_document.R
| document | R Documentation |
As of rextendr 0.4.0, this function is no longer strictly necessary.
Packages created with use_extendr() now include a document binary that
generates R/extendr-wrappers.R as part of the normal cargo build step,
so devtools::document() works directly without any rextendr-specific
pre-processing. rextendr::document() is retained for backwards
compatibility.
rextendr::document() updates the package documentation for an R package
that uses extendr code. It is a wrapper for devtools::document().
document(pkg = ".", quiet = FALSE, roclets = NULL)
pkg |
The package to use, can be a file path to the package or a
package object. See |
quiet |
if |
roclets |
Character vector of roclet names to use with package.
The default, |
No return value, called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.