test_that("gives vector", {
expect_type(restaurants <- ushuaia_restaurants(), "character")
expect_gt(length(restaurants), 100)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.