allequal: Determine whether two objects are equal.

Description Usage Arguments Value Examples

View source: R/utility.R

Description

Determine whether two objects are equal.

Usage

1
allequal(x, y)

Arguments

x

An object.

y

Another object.

Value

Logical.

Examples

1
allequal(data.frame(y = 1:2), data.frame(y = c(2, 4)))

woodwards/octopus documentation built on Jan. 7, 2020, 12:27 a.m.