is_identical {assertions}R Documentation

Check if two objects are identical

Description

Check if two objects are identical

Usage

is_identical(x, y)

Arguments

x

first object to compare

y

second object to compare

Value

logical value indicating whether or not the objects are identical


[Package assertions version 0.1.0 Index]