newResult: Create a new result element.
Description
Create a new result element.
Usage
newResult(..., isSignificant = FALSE,
protection = PROTECTION.PUBLIC)
Arguments
...
One or more strings that will be concatenated
to form the text associated with the result (often just a
scalar or single string).
isSignificant
If TRUE, the result will be declared
signficant.
protection
Procection level. One of
PROTECTION.PUBLIC, PROTECTION.GROUP, PROTECTION.PRIVATE.