Learn R Programming

dartR.base (version 1.0.5)

gl.check.verbosity: Checks the current global verbosity

Description

The verbosity can be set in one of two ways -- (a) explicitly by the user by passing a value using the parameter verbose in a function, or (b) by setting the verbosity globally as part of the r environment (gl.set.verbosity).

Usage

gl.check.verbosity(x = NULL)

Value

The verbosity, in variable verbose

Arguments

x

User requested level of verbosity [default NULL].

Author

Bernd Gruber (Post to https://groups.google.com/d/forum/dartr)

See Also

Other environment: gl.check.wd(), gl.print.history(), gl.set.wd(), theme_dartR()

Examples

Run this code
gl.check.verbosity()

Run the code above in your browser using DataLab