Learn R Programming

wyz.code.rdoc (version 1.1.19)

produceManualPage: Produce Manual Page

Description

Use this function to produce a manual page.

Usage

produceManualPage(inputContext_o_1,
                  processingContext_o_1 = ProcessingContext(),
                  generationContext_o_1 = GenerationContext())

Arguments

inputContext_o_1

The input context object to consider for generation. See InputContext.

processingContext_o_1

The processing context object to consider for generation. See ProcessingContext.

generationContext_o_1

The generation context object to consider for generation. See GenerationContext.

Value

A list holding generation process information.

Use function interpretResults to get knowledge of generated parts and remaining issues.

Classification

STRATUM LAYER_3

PHASING RUN

INTENT QUALITY_CONTROL

Examples

Run this code
# NOT RUN {
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
# }

Run the code above in your browser using DataLab