root <- system.file("extdata", "sim-example", package = "speciomer")
test_that("Read binary data into a vector", {
data <- read_binary(paste0(root, "/time.dat"))
expect_true(length(data) > 0)
expect_true(is.numeric(data))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.