match_equal: Title

Description Usage Arguments

View source: R/10_matches.R

Description

Title

Usage

1
2
3
4
5
6
7
8
match_equal(
  lhs,
  rhs,
  ignore_case = FALSE,
  ignore_element_order = FALSE,
  ignore_row_order = FALSE,
  ignore_class = FALSE
)

Arguments

lhs

expression giving the values to match on the lhs

rhs

expression giving the values to match on the rhs

ignore_case

boolean, if TRUE not only will character columns be set to lower case before matching, but rapply will be used on lists and data frame to make all characters lower case before comparison

ignore_element_order

boolean, if TRUE elements of lists (including data frames) will be sorted before comparison

ignore_row_order

boolean, if TRUE data frames will be sorted before comparison

ignore_class

boolean, if TRUE unclass will be used on elements before comparison, so for instance tibbles and lists can be


moodymudskipper/safejoin documentation built on Sept. 2, 2020, 3:08 a.m.