Check whether data resembles typical measurement results.
Usage
check_renaissance(
.input,
.check_index = TRUE,
.check_total = TRUE,
.check_metadata = TRUE
)
Arguments
- .input
Measurement results to test.
- .check_index
Check presence of index.
- .check_total
Check presence of total.
- .check_metadata
Check presence of descriptive metadata columns.
Value
Error message or TRUE.