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