Skip to contents

Runs a series of checks on a QWAprofile object and warns about any issues found. Checks include: required identifier columns present and non-NA, consistent bin definitions (sector_n for sector profiles, start/end for band profiles), and at least one measurement column present.

Usage

check_QWAprofile(x)

Arguments

x

A QWAprofile object.

Value

TRUE, invisibly. Warnings are issued for any problems found.