tests/testthat/test_replyr_testCols.R

library('replyr')

context("testCols")

test_that("test_replyr_testCols.R", {
  d <- data.frame(x = c(1, 2), y = c('a', 'b'))
  replyr_testCols(d, is.numeric)

})
WinVector/replyr documentation built on Oct. 22, 2020, 8:07 p.m.