Learn R Programming

assertions (version 0.1.0)

is_identical: Check if two objects are identical

Description

Check if two objects are identical

Usage

is_identical(x, y)

Value

logical value indicating whether or not the objects are identical

Arguments

x

first object to compare

y

second object to compare