| check_statistics {atable} | R Documentation |
Checks the output of function statistics
Description
Checks the output of function statistics.
Usage
check_statistics(x)
Arguments
x |
Result of function |
Value
TRUE if x has the following properties:
x is a named list with length > 0.
The names of the list must not have duplicates.
The names may contain NA. Else an error.
[Package atable version 0.1.14 Index]