tests/testthat/test-read_82z.R

test_that("can read one file", {
  expect_snapshot(
    oneobs_82z(
      filepath = test_path("test82z/82m-0109-20240725000057.82z"),
      data_file = "data.csv",
      meta_file = "metadata.json",
      regex_file = "(\\w*-)*\\w*(?=([.]82z$))"
    ) |>
      str()
  )
})

Try the licoread package in your browser

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

licoread documentation built on Aug. 18, 2025, 5:17 p.m.