Skip to contents

Used for checking/validating annex_stat objects; used internally by annex_write_stats() to ensure that what the users (try to) store to the final XLSX files is what is expected for the final output file.

Usage

annex_check_stats_object(x)

Arguments

x

object of class annex_stat as returned by annex_stats().

Value

No return, will throw an error if something does not match the expected file format.

Details

The following will be checked:

  • Input is of correct type and has at least one observation.

Author

Reto Stauffer