vec_eq: This function checks if two vectors are equal, that is, if...

View source: R/vec_eq.R

vec_eqR Documentation

This function checks if two vectors are equal, that is, if they are the same length and their elements are in the same order.

Description

This function checks if two vectors are equal, that is, if they are the same length and their elements are in the same order.

Usage

vec_eq(a, b)

Arguments

a,

vector a

b,

vector b

Value

whether or not a and b are equal according to the above definition


kingsuching/Frost2021Package documentation built on March 19, 2022, 11:51 p.m.