Learn R Programming

matriz (version 1.0.1)

same_column: Check if two objects have the same number of columns

Description

Compares number of columns between two objects.

Usage

same_column(x, y)

Value

Logical indicating if objects have same number of columns

Arguments

x

First object to compare

y

Second object to compare