Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

all_equals

Equality of objects


Description

Equality of objects.

Usage

all_equals(x,y,round_digits = FALSE,without_attr=FALSE,fast_result=FALSE)

Arguments

x

A Matrix, List, Dataframe or Vector.

y

A Matrix, List, Dataframe or Vector.

round_digits

The digit for rounding numbers.

without_attr

A boolean value (TRUE/FALSE) for deleting attributes. Be carefull although because some atributes are very important for you item.

fast_result

A boolean value (TRUE/FALSE) for using just identical.But you can combine only with round_digits argument.

Value

A boolean (TRUE/FALSE) value which represents if the items x and y are equal.

Author(s)

Manos Papadakis

R implementation and documentation: Manos Papadakis <papadakm95@gmail.com>.

See Also

Examples

x <- matrix( rnorm(100 * 100), ncol = 100 )
y <- matrix( rnorm(100 * 100), ncol = 100 )
all_equals(x,y) 
all_equals(x, x)

Rfast

A Collection of Efficient and Extremely Fast R Functions

v2.0.1
GPL (>= 2.0)
Authors
Manos Papadakis, Michail Tsagris, Marios Dimitriadis, Stefanos Fafalios, Ioannis Tsamardinos, Matteo Fasiolo, Giorgos Borboudakis, John Burkardt, Changliang Zou, Kleanthi Lakiotaki and Christina Chatzipantsiou.
Initial release
2020-09-13

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.