Nothing
context("test idig_count_records")
recordset <- "7450a9e3-ef95-4f9e-8260-09b498d2c5e6"
test_that("all records is a large number", {
testthat::skip_on_cran()
testthat::skip_if_offline()
num <- idig_count_records()
expect_that(num, is_a("integer"))
expect_true((num - num) == 0)
expect_true(num > 20 * 1000 * 1000)
})
test_that("rq searches on the endpoint is a small number", {
testthat::skip_on_cran()
testthat::skip_if_offline()
num <- idig_count_records(rq = list("recordset" = recordset))
expect_that(num, is_a("integer"))
expect_true(num > 400 * 1000)
})
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.