Learn R Programming

wyz.code.rdoc (version 1.1.19)

identifyReplacementVariables: Identify Replacement Variables

Description

Identify replacement variables in the generated manual page to ease their substitutions.

Usage

identifyReplacementVariables(filename_s)

Arguments

filename_s

An unconstrained vector of string values that are the source filenames

Value

When producing a manual page using produceManualPage function, under format-driven mode, sections will be generated with a very simple content based on format 'XXX_???' to ease post processing substitutions and hand-crafted replacements.

See Also

Function produceManualPage and class GenerationContext.

Examples

Run this code
# NOT RUN {
# identifyReplacementVariables('myfile.Rd')
# }

Run the code above in your browser using DataLab