Nothing
bbk_user_agent = function() {
sprintf("bbk/%s", utils::packageVersion("bbk"))
}
req_bbk_retry = function(req) {
req_retry(req, max_tries = 3L)
}
base_request = function(url) {
request(url) |>
req_user_agent(bbk_user_agent()) |>
req_bbk_retry() |>
req_bbk_cache()
}
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.