context("Check read.metadata")
test_that("Metadata can be read",{
f = mockFile(sizeX=16, sizeY=16)
metadata = read.metadata(f)
expect_true("coreMetadata" %in% names(metadata))
# Exercise metadata accessors
sink(nullfile())
print(metadata)
sink()
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.