tests/testthat/test-exb-to-df.R

test_that("exb_to_df", {
  file_name <- system.file("extdata", "test.exb", package = "phonfieldwork")
  df1 <- exb_to_df(file_name)

  expect_true(nrow(df1) == 8)
})

Try the phonfieldwork package in your browser

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

phonfieldwork documentation built on June 22, 2024, 12:19 p.m.