Nothing
test_that("build_get_request returns correct value", {
r <- build_get_request("https://api.coingecko.com",
path = c("api", "v3", "ping"),
query_parameters = NULL
)
expect_identical(r, "https://api.coingecko.com/api/v3/ping")
})
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.