test_that("basic", {
# get warbleR sound file examples
data(list = "lbh_selec_table")
# get gaps
gps <- gaps(X = lbh_selec_table, pb = FALSE)
expect_equal(nrow(gps), 11)
expect_true(any(names(gps) %in% "gaps"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.