Nothing
#Test that rcatfish_journals returns proper journal information
test_that("Test that rcatfish_journals returns proper journal information",{
journal.hit <-try(rcatfish_journals(query = "Buntbarsche"))
if ("try-error"%in%class(journal.hit)) {
skip("could not connect to remote database")
}else{
expect_identical(as.numeric(grep("American Cichlid Association; 1966 up to the present / Journal of the American cichlid Association.",as.vector(journal.hit$Journals))), 1)
}
}
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.