test_that("eaf_to_df", {
file_name <- system.file("extdata", "test.eaf", package = "phonfieldwork")
df1 <- eaf_to_df(file_name)
expect_true(nrow(df1) == 14)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.