equal_names {matriz}R Documentation

Check if two objects have identical column names

Description

Compares column names between two objects element by element.

Usage

equal_names(x, y)

Arguments

x

First object to compare

y

Second object to compare

Value

Logical indicating if objects have identical column names


[Package matriz version 1.0.1 Index]