R/Target_download_file.R

Defines functions Target_download_file

Documented in Target_download_file

#' @rdname Target
#' @export
#'
#' @examples
#' \donttest{
#' # download data by file url
#' Target_download_dir("https://target-data.nci.nih.gov/Public/OS/Brazil/gene_expression_array/METADATA/MANIFEST.txt")
#' }
Target_download_file <- function(url){
    to.down(url)
}
yikeshu0611/dbdownload documentation built on Dec. 23, 2021, 7:20 p.m.