compare_vectors.integer64: compare_vectors.int64

View source: R/is_different.R

compare_vectors.integer64R Documentation

compare_vectors.int64

Description

Handle int64 vectors. Uses numeric comparison

Usage

## S3 method for class 'integer64'
compare_vectors(
  target,
  current,
  tolerance = sqrt(.Machine$double.eps),
  scale = NULL,
  ...
)

Arguments

target

the base vector

current

a vector to compare target to

tolerance

Level of tolerance for differences between two variables

scale

Scale that tolerance should be set on. If NULL assume absolute

...

Not used


diffdf documentation built on Sept. 30, 2024, 9:25 a.m.