dot-collectWarnings: Collect warnings and just warn once.

.collectWarningsR Documentation

Collect warnings and just warn once.

Description

Collect warnings and just warn once.

Usage

.collectWarnings(expr, lst = FALSE)

Arguments

expr

R expression

lst

When TRUE return a list with list(object,warnings) instead of issuing the warnings. Otherwise, when FALSE issue the warnings and return the object.

Value

The value of the expression or a list with the value of the expression and a list of warning messages

Author(s)

Matthew L. Fidler


nlmixr2/rxode2 documentation built on Jan. 11, 2025, 8:48 a.m.