tests/testthat/test-look_for.R

test_that("look_for searches variable in a data frame", {

  train_data <- look_for(iris)

  expect_equal(dim(train_data), c(5,7))

})

Try the bulkreadr package in your browser

Any scripts or data that you put into this service are public.

bulkreadr documentation built on May 29, 2024, 1:35 a.m.