Nothing
test_that("Create normality table - data.frame format", {
table_norm <- tableNormality(testAudioData, measure = "duration")
conditions <- unique(testAudioData$Condition)
expect_true(all(table_norm$Condition %in% c("General", conditions)))
})
test_that("Create normality table - html format", {
table_norm <- tableNormality(testAudioData, measure = "duration",
HTMLTable = TRUE)
expect_true(any(class(table_norm) %in% "kableExtra"))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.