Nothing
library("testthat")
library("hdar")
test_that("Search - Results", {
client <- Client$new()
found_datasets <- client$datasets()
print(length(found_datasets))
IDs <- sapply(found_datasets,FUN = function(x){x$dataset_id})
print(IDs)
# expect_no_error(found_datasets)
# expect_gte(length(found_datasets), 0)
})
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.