Nothing
test_that("simple corner case", {
needs_api()
check_api()
#check_name_fishbase
expect_error(fishflux::check_name_fishbase("name"))
expect_null(fishflux::check_name_fishbase("Zebrasoma scopas"))
#name_errors
expect_message(fishflux::name_errors("name"))
expect_message(fishflux::name_errors("name"), "Inaccurate species names found:")
expect_message(expect_equal(fishflux::name_errors("name"), "name"))
expect_message(expect_null(fishflux::name_errors("Zebrasoma scopas")))
expect_message(fishflux::name_errors("Zebrasoma scopas"))
expect_message(fishflux::name_errors("Zebrasoma scopas"), "All species names are correct")
})
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.