test_that("check class & type", {
alignment <- read_alignment('XRCC2')
expect_s3_class(alignment, 'align_mat')
expect_type(alignment, 'character')
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.