Learn R Programming

allometric (version 2.1.0)

check_list_equal: 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)

Arguments