test_that("Can reads fasta sequences", {
expect_identical(read_fasta(test_fasta), sequences)
fasta = read_fasta(primates_fasta)
expect_true( all(nchar(fasta) == 898) )
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.