inc: inc

Description Usage Arguments Value Note

View source: R/MessageLevel.R

Description

Increment the message level

Usage

1
inc(ML)

Arguments

ML

integer vector length 2. The first element indicates how deep to print messages. The second element indicates how many layers deep the processing is when the call occurs.

Value

ML is returned, but with the second element increased by 1

Note

This function is used when ML is passed as an argment to another function. That way, in the called function, the depth is 1 more than in the calling environment.


debarros/dbTools documentation built on Sept. 18, 2020, 10:51 a.m.