errorMessage | R Documentation |
Function takes one or multiple objects and converts them to a single
error-message. Objects can be output of functions try
or
checkData
.
errorMessage(...)
... |
one or multiple objects separated by comma |
(characer) string combining information from input-objects
Andre Schuetzenmeister andre.schuetzenmeister@roche.com
## Not run:
data(dataEP05A2_1)
dat2 <- dataEP05A2_1[1:16,]
dat2$y <- dat2$y[rep(seq(1,7,2), rep(2,4))]
errorMessage(try(1/"a"), checkData(y~day/run, dat2))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.