test_that("returns_correct_structure_when_geo_accessible", {
result <- searchFieldsGEO()
expect_s3_class(result, "data.frame")
expect_true(
all(c("Name", "Description", "FullName") %in%
colnames(result))
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.