tests/testthat/test_select_not.R

context('test select_not')

test_that('select_not works', {
  expect_equal(ncol(tidyext:::select_not(mtcars, mpg, wt)), ncol(mtcars)-2)
})
m-clark/tidyext documentation built on July 21, 2020, 2:36 a.m.