embed_ca_certs <- function(lib) {
certfile <- file.path(lib, "pak", "curl-ca-bundle.crt")
utils::download.file("https://curl.se/ca/cacert.pem", certfile)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.