tests/testthat/test_replyr_bind_rows.R

library('replyr')

context("bind_rows")

test_that("test_replyr_bind_rows", {
  d <- data.frame(x = 1:2)
  replyr_bind_rows(list(d, d, d))

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