Skip to contents

Two fingerprints are comparable only if they were produced the same way, so this is FALSE when method or algorithm differ – an unequal comparison of incomparable values would be worse than no answer.

Usage

same_data(x, y)

Arguments

x, y

DataFingerprint objects.

Value

Logical.

Author

EDG

Examples

same_data(data_fingerprint(iris), data_fingerprint(iris))
#> [1] TRUE