check_list_equal: Check for equivalence of two lists

View source: R/eq.R

check_list_equalR Documentation

Check for equivalence of two lists

Description

Two lists are considered equal if all values are the same and all names are the same. Order is not considered.

Usage

check_list_equal(list1, list2)

allometric documentation built on Nov. 8, 2023, 1:07 a.m.