same_length {matriz}R Documentation

Check if two objects have the same length

Description

Compares lengths of two objects, handling special cases for lists and data frames.

Usage

same_length(x, y)

Arguments

x

First object to compare

y

Second object to compare

Value

Logical indicating if objects have same length


[Package matriz version 1.0.1 Index]