test_that("Checking readMWRresults output format", {
result <- suppressWarnings(readMWRresults(tst$respth))
expect_s3_class(result, 'tbl_df')
})
test_that("Checking row length from readMWRresults", {
result <- suppressWarnings(nrow(readMWRresults(tst$respth)))
expect_equal(result, 571)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.