Learn R Programming

wyz.code.rdoc (version 1.1.19)

produceAllManualPagesFromObject: Produce All Manual Pages From Object

Description

Produce object and methods manual pages from an object.

Usage

produceAllManualPagesFromObject(object_o_1,
                                processingContext_o_1 = ProcessingContext(),
                                generationContext_o_1 = GenerationContext(),
                                packageName_s_1 = NA_character_)

Arguments

object_o_1

The single object you want to generate manual pages from.

processingContext_o_1

The processing context object to consider for generation. See \codeProcessingContext.

generationContext_o_1

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

packageName_s_1

a single string that is the target package name to consider for generation. Allows to generate automatically the author section content.