tbl_check_table: Check that the rows and columns of two tables are the same

View source: R/deprecated.R

tbl_check_tableR Documentation

Check that the rows and columns of two tables are the same

Description

[Deprecated]

tbl_check_table() and tbl_grade_table() were renamed to tbl_check() and tbl_grade().

Usage

tbl_check_table(
  object = .result,
  expected = .solution,
  check_class = TRUE,
  check_names = TRUE,
  check_column_order = FALSE,
  check_dimensions = TRUE,
  check_groups = TRUE,
  check_columns = TRUE,
  check_column_class = check_columns,
  check_column_values = check_columns,
  env = parent.frame()
)

tbl_grade_table(
  object = .result,
  expected = .solution,
  max_diffs = 3,
  check_class = TRUE,
  check_names = TRUE,
  check_column_order = FALSE,
  check_dimensions = TRUE,
  check_groups = TRUE,
  check_columns = TRUE,
  check_column_class = check_columns,
  check_column_values = check_columns,
  env = parent.frame(),
  ...
)

rstudio/tblcheck documentation built on March 11, 2023, 5:42 p.m.