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

test_that("audacity_to_df", {
  file_1 <- system.file("extdata", "test_audacity.txt", package = "phonfieldwork")
  expect_equal(length(audacity_to_df(file_1)), 4)
})

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.