View source: R/options_roxygen.R
as_roxygen_docs | R Documentation |
?options
DocumentationProduce a comprehensive documentation page outlining all your defined options' behaviors.
as_roxygen_docs(
title = paste(pkgname(env), "Options"),
desc = default_options_rd_desc(),
env = parent.frame()
)
title |
An optional, customized title (defaults to "Options") |
desc |
An optional, customized description of behaviors |
env |
An environemnt in which to find the associated options object |
A character vector of roxygen2
tag segments
Other options_roxygen2:
as_params()
#' @eval options::as_roxygen_docs()
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.