MSnbaseOptions: MSnbase options

Description Usage Arguments Details Value

View source: R/options.R

Description

MSnbase defined a few options globally using the standard R options mechanism. The current values of these options can be queried with MSnbaseOptions. The options are:

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11

Arguments

opt

The value of the new option

Details

isMSnbaseVerbose is one wrapper for the verbosity flag, also available through options("MSnbase")$verbose.

There are also setters to set options individually. When run without argument, the verbosity setter inverts the current value of the option.

Value

A list of MSnbase options and the single option values for the individual accessors.


MSnbase documentation built on Jan. 23, 2021, 2 a.m.