Skip to contents

Validates the output of statistical functions to ensure it conforms to expected structure. The expected structure includes specific column names and non-empty results.

Usage

validate_stat_output(output)

Arguments

output

The output from a statistical function.

Value

An error message if validation fails, otherwise NA.