Nothing
library(arealDB)
library(testthat)
library(checkmate)
context("adb_ontology")
test_that("", {
dbpath <- paste0(tempdir(), "/newDB")
adb_example(until = "normTable", path = dbpath)
onto <- adb_ontology(type = "gazetteer")
expect_data_frame(x = onto, nrows = 13, ncols = 9)
expect_names(x = names(onto), identical.to = c("id", "label", "class", "has_broader", "description", "has_broader_match", "has_close_match", "has_exact_match", "has_narrower_match"))
})
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.