tests/testthat/test-xmi2df.R

test_that("extracting annotations works", {
  df <- xmi2df(xmi_file = file.path("demo.xmi"), key = "custom")
  expect_equal(nrow(df), 3)
})
nicoblokker/inception-to-r documentation built on June 4, 2023, 12:20 a.m.