tbl_cols_sameclass: Are table column values the same class

View source: R/utils.R

tbl_cols_sameclassR Documentation

Are table column values the same class

Description

Are table column values the same class

Usage

tbl_cols_sameclass(
  subtbl,
  subcol,
  sol_env,
  soltbl = subtbl,
  solcol = subcol,
  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

add

whether to add feedback

Value

logical


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