check_format_tests {atable} | R Documentation |
Checks the output of functions format_test
Description
Checks the output of function format_tests
.
Usage
check_format_tests(x)
Arguments
x |
Result of function |
Value
TRUE
if x
has the following properties:
x
is a data.frame with exactly one row and with unique colnames. Else throws an error.
[Package atable version 0.1.14 Index]