compare_vectors.default {diffdf} | R Documentation |
compare_vectors.default
Description
Default method, if the vector is not numeric or factor. Basic comparison
Usage
## Default S3 method:
compare_vectors(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]