Learn R Programming

zipR (version 0.1.1)

check_length: This function checks that the vector-like objects x, y are of equal length.

Description

This function checks that the vector-like objects x, y are of equal length.

Usage

check_length(x, y)

Arguments

x

vector-like object

y

vector-like object