tools (version 3.3)

Rd2txt_options: Set formatting options for text help

Description

This function sets various options for displaying text help.

Usage

Rd2txt_options(...)

Arguments

...
A list containing named options, or options passed as individual named arguments. See below for currently defined ones.

Details

This function persistently sets various formatting options for the Rd2txt function which is used in displaying text format help. Currently defined options are: [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object] If called with no arguments, returns all option settings in a list. Otherwise, it changes the named settings and invisibly returns their previous values. [object Object] Rd2txt # The itemBullet is locale-specific saveOpts <- Rd2txt_options() saveOpts Rd2txt_options(minIndent = 4) Rd2txt_options() Rd2txt_options(saveOpts) Rd2txt_options() documentation