Nothing
test_that("async_request works", {
set_verbose(TRUE)
response <- hereR:::.async_request(url = "https://jsonplaceholder.typicode.com/posts")
expect_is(response, "list")
expect_is(response[[1]], "character")
})
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.