dfs_equal: Compare two data frames (ignoring row order) and ensure they...

View source: R/util-dfs_equal.R

dfs_equalR 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.


filecacher documentation built on May 29, 2024, 7:35 a.m.