Nothing
context("unnest_pv_data")
eps <- get_endpoints()
test_that("", {
skip_on_cran()
skip_on_ci()
eps_no_loc <- eps[eps != "locations"]
z <- lapply(eps_no_loc, function(x) {
Sys.sleep(1)
pv_out <- search_pv(
"{\"patent_number\":\"5116621\"}",
endpoint = x,
fields = get_fields(x)
)
unnest_pv_data(pv_out[["data"]])
})
expect_true(TRUE)
})
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.