find_difference: find_difference

View source: R/is_different.R

find_differenceR Documentation

find_difference

Description

This determines if two vectors are different. It expects vectors of the same length and type, and is intended to be used after checks have already been done Initially picks out any NA's (matching NA's count as a match) Then compares remaining vector

Usage

find_difference(target, current, ...)

Arguments

target

the base vector

current

a vector to compare target to

...

Additional arguments which might be passed through (numerical accuracy)


gowerc/diffdf documentation built on April 9, 2024, 9:34 p.m.