same_column {matriz}R Documentation

Check if two objects have the same number of columns

Description

Compares number of columns between two objects.

Usage

same_column(x, y)

Arguments

x

First object to compare

y

Second object to compare

Value

Logical indicating if objects have same number of columns


[Package matriz version 1.0.1 Index]