objs_identical: Are objects the same

View source: R/utils.R View source: R/utils.R

objs_identicalR Documentation

Are objects the same

Description

Are objects the same

Are objects equal

Usage

objs_identical(subobj, sol_env, solobj = subobj, add = TRUE)

objs_identical(subobj, sol_env, solobj = subobj, add = TRUE)

Arguments

subobj

name of submission object

sol_env

solution environment

solobj

name of solution object

add

add feedback

all_equal

whether to use all_equal instead of identical

Details

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)

Value

logical

Functions

  • objs_identical:


dalejbarr/assessr documentation built on Jan. 25, 2024, 10:47 p.m.