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

View source: R/deprecated.R

vec_check_vectorR Documentation

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

Description

[Deprecated]

vec_check_vector() and vec_grade_vector() were renamed to vec_check() and vec_grade().

Usage

vec_check_vector(
  object = .result,
  expected = .solution,
  check_class = TRUE,
  check_length = TRUE,
  check_levels = TRUE,
  check_values = TRUE,
  check_names = TRUE,
  env = parent.frame()
)

vec_grade_vector(
  object = .result,
  expected = .solution,
  max_diffs = 3,
  check_class = TRUE,
  check_length = TRUE,
  check_values = TRUE,
  check_names = TRUE,
  env = parent.frame(),
  ...
)

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