Description Usage Arguments Value Classification Author(s) Examples
View source: R/produceManualPage.R
Use this function to produce a manual page.
1 2 3 | produceManualPage(inputContext_o_1,
processingContext_o_1 = ProcessingContext(),
generationContext_o_1 = GenerationContext())
|
inputContext_o_1 |
The input context object to consider for generation.
See |
processingContext_o_1 |
The processing context object to consider for generation.
See |
generationContext_o_1 |
The generation context object to consider for generation.
See |
A list
holding generation process information.
Use function interpretResults
to get knowledge of generated
parts and remaining issues.
STRATUM ▶ LAYER_3
PHASING ▶ RUN
INTENT ▶ QUALITY_CONTROL
Fabien Gelineau <neonira@gmail.com>
Maintainer: Fabien Gelineau <neonira@gmail.com>
1 2 3 4 5 6 7 8 9 10 11 | ic <- InputContext(NULL, 'append', packageName_s_1 = 'wyz.code.rdoc')
res <- produceManualPage(ic)
# WARNING: File /tmp/RtmpYIampA/append.Rd
# checkRd: (5) /tmp/RtmpYIampA/append.Rd:0-19: Must have a \description
interpretResults(res)
# filename is /tmp/RtmpYIampA/append.Rd [OVERWRITTEN]
# generated 8 sections: name, alias, title, usage, arguments, author, keyword, encoding
# missing 3 sections: description, value, examples
# probably missing 1 section: details
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.