prohibit_unequal_length_vectors: Prohibit unequal length vectors

View source: R/prohibit_unequal_length_vectors.R

prohibit_unequal_length_vectorsR Documentation

Prohibit unequal length vectors

Description

Tests whether all vectors have the same length.

Usage

prohibit_unequal_length_vectors(...)

Arguments

...

Vectors to test.

Value

An error message unless all of ... have the same length in which case NULL, invisibly.


hutils documentation built on April 13, 2022, 5:23 p.m.