Description Slots Author(s) See Also Examples
Create this class using sinkSetup
and
sinkRetrieve
. A typical use is to wrap function
evalutation calls in such a way as to redirect screen output to
character variables.
stdout
Vector of type character containg each line of output destined for the 'console', excepting error and warning messages. Each element in the vector is a 'line' of string output, as determined by R.
stderr
:As with stdout, but captureing warning and error messages
MT Morgan <mtmorgan@fhcrc.org>
1 2 3 4 5 6 7 8 | library(RWebServices)
sinkSetup()
ls()
try( fails())
f <- function() stop("fails in function f")
try( f())
sinkRetrieve()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.