Learn R Programming

metaRange (version 1.1.4)

set_verbosity: Set verbosity of metaRange simulation

Description

Just a wrapper for options(metaRange.verbose = [0 | 1 | 2]) but documented. If 0, metaRange functions will print no messages to the console. If 1, metaRange functions will print some messages to the console. If 2, metaRange functions will print many messages to the console.

Usage

set_verbosity(verbose)

Value

<invisible list> a list with the previous verbosity setting.

Arguments

verbose

<integer> message verbosity (see description).

Examples

Run this code
set_verbosity(0)
getOption("metaRange.verbose")

Run the code above in your browser using DataLab