tests/testthat/test_replyr_nrow.R

library('replyr')

context("nrow")

test_that("test_replyr_nrow.R", {
  d <- data.frame(x = c(1, 2))
  replyr_nrow(d)

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