tests/testthat/test_gtoxLoadWaid.R

context("Check assay well table")

test_that("gtoxLoadWaid:is a data.table", {
    tmp <- gtoxLoadWaid()
    expect_true("data.table"%in%class(tmp))
})

test_that('gtoxLoadWaid:has 19 columns"', {
    tmp <- gtoxLoadWaid()
    expect_equal(ncol(tmp), 19)
    })

Try the GladiaTOX package in your browser

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

GladiaTOX documentation built on Nov. 15, 2020, 2:07 a.m.