tests/testthat/test-read_plink_cov_file.R

test_that("save and read must result in same table", {
  expect_silent(
    read_plink_cov_file(
      cov_filename = get_plinkr_filename("pheno.raw")
    )
  )
  expect_error(
    read_plink_cov_file(
      cov_filename = "nonsense"
    )
  )
})
richelbilderbeek/plinkr documentation built on March 25, 2024, 3:18 p.m.