Description Usage Output Paths Configuration
View source: R/roxy-roclet-col.R
Roclet for processing the @col
tag
1 2 3 4 5 6 7 | col_roclet()
## S3 method for class 'roclet_col'
roclet_process(roc, blocks, env, base_path)
## S3 method for class 'roclet_col'
roclet_output(roc, results, base_path, ...)
|
by default, for a package pkgname
, mandrake
will store its output
under "pkgname.yaml"
at:
pkgname/inst/mandrake
If you need to customize this, use:
This can be done by setting the following in DESCRIPTION
:
Roxygen: list(mandrake_output = "path/from/pkg/root")
See the documentation for roxygen2::roxy_meta_get for more information..
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.