context("load_images")
## TODO: Rename context
## TODO: Add more tests
test_that("PNG image loading works", {
demo_directory <- system.file('extdata', 'Demo-Eye', 'Pre', package = 'EyeCanalogram')
demo_root <- file.path(demo_directory, 'Pre-')
images <- read.images(demo_root, low = 10, n = 3)
expect_is(images, 'CanalogramImages')
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.