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

test_that("flextext_to_df_general", {
  skip_on_cran()
  file_name <- "additional_file/zilo_test.flextext"
  df <- flextext_to_df(file_name)
  expect_true(nrow(df) == 1170)
})

Try the phonfieldwork package in your browser

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

phonfieldwork documentation built on March 3, 2021, 1:12 a.m.