#' @rdname Target
#' @export
#'
#' @examples
#' \donttest{
#' # get file url
#' Target_download_dir('https://target-data.nci.nih.gov/Public/ALL/clinical/')
#' }
Target_download_url <- function(url){
dir_loop(url)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.