check_ids_equal | R Documentation |
Two models are considered to have equal IDs if (1) they both do not have ID slots, which can occur especially in testing, or (2) both models have ID slots and the value of the slots are equal. They are not equal otherwise.
check_ids_equal(mod1, mod2)
mod1 |
A model object |
mod2 |
A model object |
TRUE if equal, FALSE if not
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.