tests/testthat/test-parquet_readr.R

test_that("multiplication works", {
  expect_true(file.exists(file.path("test.parquet")))
  # do not use arrow in unit tests to pass CRAN checks
  # expect_equal(nrow(parquet_readr("test.parquet")),3)
  })

Try the parqr package in your browser

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

parqr documentation built on July 15, 2021, 9:06 a.m.