Nothing
context("airport finder")
test_that("correct output", {
# load station data
finder_typo <- airport_finder(name = "Exter", country = "United Kingdom")
finder_port <- airport_finder(IATA_code = "LHS")
expect_equal(finder_typo$City, "Exeter")
expect_equal(finder_typo$IATA, "EXT")
expect_equal(finder_port$Name, "Las Heras Airport")
expect_equal(length(airport_finder(city = "Nairobi")), 4)
})
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.