View source: R/ensembl_ssl_settings.R
setEnsemblSSL | R Documentation |
On some systems specific SSL settings have to be applied to allow https connections to the Ensembl servers. This function allows these to be saved in the biomaRt cache, so they will be retrieved each time they are needed. biomaRt will try to determine them automatically, but this function can be used to set them manually if required.
setEnsemblSSL(settings)
settings |
A named list. Each entry should be a valid curl option,
as found in |
Mike Smith
## Not run:
ssl_settings <- list("ssl_cipher_list" = "DEFAULT@SECLEVEL=1",
"ssl_verifypeer" = FALSE)
setEnsemblSSL(ssl_settings)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.