# downloadCircBase <- function(link, dest_dir) {
# dest_file <- file.path(dest_dir, paste_(names(link), paste.("circBase", "bed")))
#
# if (liftOver <- file.path(dest_dir, ")
#
# download.file(
# url = link,
# destfile = dest_file
# )
#
# return(dest_file)
# }
#
#
# importCircBase(
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.