powered by
make_expectation(x, expectation = "equals")
equals
is_equivalent_to
is_identical_to
x <- 1:10 make_expectation(x) make_expectation(mtcars$mpg) df <- data.frame(x = 2) make_expectation(df)
Run the code above in your browser using DataLab