test_that("Checking read_formwq", {
xlsx <- 'exdatatmp.xlsx'
# load
rawdat <- read_importepc(xlsx)
# format
dat <- read_formwq(rawdat)
# check if number of columns is equal to 26
result <- ncol(dat)
expect_equal(result, 26)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.