Learn R Programming

ViroReportR (version 1.0.4)

check_match_names: Check Matching Names in Named Vectors

Description

Internal utility function to verify that all input named vectors share the same names.

Usage

check_match_names(...)

Value

Throws an error if name mismatches are found; otherwise, returns nothing.

Arguments

...

Named numeric vectors to be compared.