library(magrittr)
library(testthat)
library(lettercase)
context( "abbreviations" )
abbreviations %>% expect_is('Searchable')
abbreviations %>% length %>% expect_more_than(2000)
abbreviations[ 'Product' ] %>% magrittr::equals("PROD") %>% any %>% expect_true
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.