Nothing
#' @importFrom testthat test_that expect_equal expect_true
#'
context("bRacatus")
input_data <- giftRegions ("Babiana tubulosa")
test_that("Expected data structure",{
expect_equal(class(input_data),"list")
expect_true("Presence" %in% names(input_data))
expect_true("Native" %in% names(input_data))
expect_true("Alien" %in% names(input_data))
})
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.