Nothing
test_that("process_url warns on dummy URL", {
# Provide a dummy URL that is expected to trigger a warning
dummy_url <- "http://thisisadummyurl.com"
expected_warning <- "Failed to fetch data from API: Could not resolve host: thisisadummyurl.com"
expect_warning(api_call_wrapper(dummy_url), expected_warning)
})
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.