context("query_lagos_names")
test_that("query_lagos_names works", {
# dt <- readRDS("inst/lagos_test_subset.rds")
dt <- readRDS("lagos_test_subset.rds")
expect_equal(
query_lagos_names("namegnis", dt = dt),
c("lake_link", "lake_information"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.