test_that("Checking read_transect class", {
result <- read_transect(training = TRUE)
expect_is(result, 'data.frame')
})
test_that("Checking read_transect class", {
result <- read_transect(training = TRUE)
expect_is(result, 'data.frame')
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.