Nothing
wb_user_agent <- function() {
sprintf("worldbank/%s", utils::packageVersion("worldbank"))
}
req_wb_retry <- function(req) {
req_retry(req, max_tries = 3L, is_transient = \(resp) resp_status(resp) %in% c(429L, 500L, 503L))
}
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.