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))

})

Try the replyr package in your browser

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

replyr documentation built on Nov. 1, 2019, 7:49 p.m.