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.
1 2 | ## S3 method for class 'dict'
dict == other
|
dict |
dictionary |
other |
another dictionary |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.