Checks the flags from the metadata tables. Specifically check that flags are
unique and all flags have an id
Usage
pt_validate_flags(flags_table)
Arguments
- flags_table
the table containing the flags. Must have columns flag_id,
flag_category, and flag_message
Value
a data frame with columns flag_id, flag_category, and flag_message