Combines multiple validation results into a single result,
aggregating errors, warnings, and info messages.
Usage
accumulate_validations(..., level = "combined")
Value
An object of class fb4_validation (see
validation_result) representing the combined state of all
inputs. valid is TRUE only if all supplied results are
valid. errors and warnings are the concatenation of those
fields across all inputs.