Nothing
library(arealDB)
library(testthat)
library(checkmate)
context("adb_schemas")
test_that("", {
dbpath <- paste0(tempdir(), "/newDB")
adb_example(until = "normTable", path = dbpath)
schemas <- adb_schemas(pattern = "madeUp")
expect_list(x = schemas, len = 2, types = "schema")
expect_names(x = names(schemas), identical.to = c("_al1_barleyMaize_1990_2017_madeUp_schema", "aNation_al2_barleyMaize_1990_2017_madeUp_schema"))
})
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.