equals-.dict: Checks whether two dictionary contain the same values

Description Usage Arguments

Description

Returns a vector that maps each key to a logical value; the value is TRUE if the two dictionaries have identical values for the key (see identical), or FALSE if the values are not identical or one of the two dictionaries does not contain the key.

Usage

1
2
## S3 method for class 'dict'
dict == other

Arguments

dict

dictionary

other

another dictionary


stefano-meschiari/dict documentation built on May 30, 2019, 10:44 a.m.