This is a modified version of the all.equal function which returns a vector rather than a message
Usage
# S3 method for numeric
compare_vectors(
target,
current,
tolerance = sqrt(.Machine$double.eps),
scale = NULL
)
This is a modified version of the all.equal function which returns a vector rather than a message
# S3 method for numeric
compare_vectors(
target,
current,
tolerance = sqrt(.Machine$double.eps),
scale = NULL
)