Nothing
test_that("Get components from a list of audio files with name pattern ID_Condition", {
components <- getComponents(names(testAudioList), fileNamePattern = "ID_Condition", sep = "_")
expect_true(components$Positions$Dimension == 99)
expect_true(components$Positions$ID == 1)
expect_true(components$Positions$Condition == 2)
})
test_that("Get components from a list of audio files with name pattern ID_Condition_Dimension", {
components <- getComponents(names(testAudioList), fileNamePattern = "ID_Condition_Dimension", sep = "_")
expect_true(components$Positions$Dimension == 3)
expect_true(components$Positions$ID == 1)
expect_true(components$Positions$Condition == 2)
})
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.