catchWarnings: It returns a 2-element list, the first being the value of the...

View source: R/catchWarnings.R

catchWarningsR Documentation

It returns a 2-element list, the first being the value of the expression given to it and the second being a list of all the warnings. catchWarnings() is based on suppressWarnings() and used similarly. Created by Bill Dunlap , TIBCO Software Inc - Spotfire Division , wdunlap tibco.com.

Description

It returns a 2-element list, the first being the value of the expression given to it and the second being a list of all the warnings. catchWarnings() is based on suppressWarnings() and used similarly. Created by Bill Dunlap , TIBCO Software Inc - Spotfire Division , wdunlap tibco.com.

Usage

catchWarnings(expr)

Arguments

expr

is an R-expression to be evaluated.


arnejohannesholmin/TSD documentation built on April 14, 2024, 5:29 a.m.