Compare two Objects for Equality in R Programming - identical() Function
identical() function in R Language is used to return TRUE when two objects are equal else return FALSE. Syntax: identical(a, b)Parameters: a, b: specified two objects  Example 1:  [GFGTABS] Python3 # R program to illustrate # identical function # Calling the identical() function identical(factoria