ftp_base_url <- function() {
'https://ftp.ebi.ac.uk/pub/databases/genenames/hgnc/'
}
ftp_archive <- function() {
paste0(ftp_base_url(), 'archive/')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.