Learn R Programming

Dict (version 0.6)

==.dict: Checks whether two dictionary contain the same values

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

"=="(dict, other)

Arguments

dict
dictionary
other
another dictionary