powered by
Define a generation context to produce a manual page
GenerationContext(targetFolder_s_1 = tempdir(), overwrite_b_1 = FALSE, verbosity_b_1 = FALSE, useMarkers_b_1 = FALSE )
a single string that is the target folder to store produced manual pages. Must exist.
string
a single boolean value, allowing to overwrite an existing manual page.
boolean
a single boolean verbosity flag. Turn on for interactive use. Keep off for programmatic usage.
A single boolean value, specifying if sections should be generated with special markers whenever possible.
An object instance of class GenerationContext based on environment.
object
GenerationContext
environment
Class name compliance is TRUE.
TRUE
Class owns no function return type instrumentation.
Class owns no test case definitions.
Class InputContext class ProcessingContext class and class ManualPageBuilder.
InputContext
ProcessingContext
ManualPageBuilder
# NOT RUN { GenerationContext() GenerationContext(overwrite = TRUE, verbosity = TRUE) # }
Run the code above in your browser using DataLab