| roxygenize | R Documentation |
This is the workhorse function that builds manual pages and metadata for a
package. It is powered by roclets, roxygen2's plugin system for
producing different types of output. See the documentation of the
individual components (rd_roclet(), namespace_roclet(),
update_collate()) for more details, or learn how to make your own in
vignette("extending").
roxygenize(package.dir = ".", roclets = NULL, load_code = NULL, clean = FALSE)
roxygenise(package.dir = ".", roclets = NULL, load_code = NULL, clean = FALSE)
package.dir |
Location of package top level directory. Default is working directory. |
roclets |
Character vector of roclets to use. The default, (Note that |
load_code |
A function used to load all the R code in the package
directory. The default, |
clean |
If |
Note that roxygen2 is a dynamic documentation system: it works by inspecting loaded objects in the package. This means that you must be able to load the package in order to document it: see load for details.
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.