warn | R Documentation |
Gives a List of Warnings
warn()
This function simplyfies the output of warnings
if there
are several identical warnings, by counting their occurence
the table of warnings
Werner A. Stahel, ETH Zurich
warnings
for (i in 3:6) m <- matrix(1:7, 3, i)
suppressWarnings( ## or set options(warn=-1)
for (i in 3:6) m <- matrix(1:7, 3, i))
warn()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.