summaryResult {dataReporter} | R Documentation |
Create object of class summaryResult
Description
Convert a list resulting from the summaries performed in a
summaryFunction
into a summaryResult
object, thereby
supplying it with a print()
method.
Usage
summaryResult(ls)
Arguments
ls |
A list with entries |
Value
A S3 object of class summaryResult
, identical to the inputted
list, ls
, except for its class attribute.
See Also
[Package dataReporter version 1.0.2 Index]