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