produceAllManualPagesFromObject {wyz.code.rdoc} | R Documentation |
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 |
processingContext_o_1 |
The processing context |
generationContext_o_1 |
The generation context |
packageName_s_1 |
a single |
Note
This is an EXPERIMENTAL function. Prefer usage of function
produceManualPage
instead.
It generates reliable individual manual pages that taken all together are not fully compatible with R way to express documentation.
In particular, expect duplicated aliases to appear, and some name weirdness also.
Author(s)
Fabien Gelineau <neonira@gmail.com>
Maintainer: Fabien Gelineau <neonira@gmail.com>