View source: R/utils.R View source: R/utils.R
objs_identical | R Documentation |
Are objects the same
Are objects equal
objs_identical(subobj, sol_env, solobj = subobj, add = TRUE)
objs_identical(subobj, sol_env, solobj = subobj, add = TRUE)
subobj |
name of submission object |
sol_env |
solution environment |
solobj |
name of solution object |
add |
add feedback |
all_equal |
whether to use |
objs_identical
uses identical
; objs_all_equal
usesuse this to compare any two objects (e.g., fitted model objects resulting from a call to 'lm()', 'aov()', etc)
logical
objs_identical()
:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.