dfs_equal {filecacher}R Documentation

Compare two data frames (ignoring row order) and ensure they are equal.

Description

Similar to dplyr::all_equal(x, y, ignore_row_order=TRUE), which is now deprecated.

If either argument is not a data.frame it returns FALSE, rather than raise an error.

Usage

dfs_equal(target, current)

Arguments

target

R object.

current

other R object, to be compared with target.


[Package filecacher version 0.2.9 Index]