tbl_cols_equal: Are table column values equal

View source: R/utils.R

tbl_cols_equalR Documentation

Are table column values equal

Description

Are table column values equal

Usage

tbl_cols_equal(
  subtbl,
  subcol,
  sol_env,
  soltbl = subtbl,
  solcol = subcol,
  ignore_order = TRUE,
  add = TRUE
)

Arguments

subtbl

name of submission table

subcol

name of column in submission table

sol_env

solution environment

soltbl

name of table of solution environment

solcol

name of column in solution table

ignore_order

should the ordering of the values be ignored?

add

whether to add feedback

Details

uses all.equal to deal with floating point values

Value

logical


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