find_difference {diffdf} | R 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 nas (matching nas 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) |
[Package diffdf version 1.0.4 Index]