config | R Documentation |
roxytypes
Configroxytypes
exposes a few configuration options for helping to fine-tune your
documentation. These are stored as key-values in a list
in either the
Config/roxytypes
field of your DESCRIPTION
file, or in a
./man/roxytypes/meta.R
file within your package.
config(path = getwd(), refresh = FALSE, cache = TRUE)
The available settings are listed below. Some fields are nested, which are
shown by concatenating nested keys using $
.
format
: An optional glue
-style string, which can assume values for
name
, type
and description
. See ?roxytypes::tags
for
details on the source of each of these strings.
verbose
: If TRUE
, emit extra diagnostic alerts while processing the
package.
(list
) A named list of configured behaviors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.