test_that("Checking readMWRcens output format", {
result <- suppressWarnings(readMWRcens(tst$censpth))
expect_s3_class(result, 'tbl_df')
})
test_that("Checking column length from readMWRcens", {
result <- suppressWarnings(ncol(readMWRcens(tst$censpth)))
expect_equal(result, 2)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.