all_same: Compare multiple objects

Description Usage Arguments Value Examples

View source: R/all_same.R

Description

Simple function to allow comparisons between multiple objects

Usage

1

Arguments

x

an object

...

additional objects to be compared to x

Value

if all objects are equal to x as defined by all.equal(x, object) yielding TRUE then the logical value TRUE. If not, then a logical vector indicating which are, or are not, equal to x in this sense

Examples

1
2

BillVenables/WWRCourse documentation built on Jan. 31, 2021, 4:22 p.m.