lives.ok {AnalysisPageServer} | R Documentation |
Test that an expression lives OK
lives.ok(call, testname)
call |
An expression to evaluate |
testname |
A name for the test. Defaults to deparsing the call. |
Test that evaluating an expression lives OK (does not throw an exception)
Runs one test. Returns the value of the evaluated expression
Brad Friedman
lives.ok(3+5, "addition lives OK")