Nothing
skip_if_server_unavailable <- function() {
url <- "https://infoelectoral.interior.gob.es"
tryCatch(
{
httr::HEAD(url, httr::timeout(5))
},
error = function(e) {
skip(paste("Server unavailable:", conditionMessage(e)))
}
)
}
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.