check_same_length: Check that two vectors have the same length

View source: R/utils.R

check_same_lengthR Documentation

Check that two vectors have the same length

Description

Check that two vectors have the same length

Usage

check_same_length(
  x,
  y,
  arg_x = as.character(substitute(x)),
  arg_y = as.character(substitute(y))
)

matrixCorr documentation built on April 18, 2026, 5:06 p.m.