R/CIGI_download_file.R

Defines functions CIGI_download_file

Documented in CIGI_download_file

#' @rdname CIGI
#' @export
#'
#' @examples
#' \donttest{
#' # download file by url
#' CIGI_download_file(url='https://cgci-data.nci.nih.gov/Public/BLGSP/biospecimen/BCCA/CGCI-BLGSP_BiospecimenSupplementSpreadsheet001_20191011.xlsx')
#' }
CIGI_download_file <- function(url){
    dir_loop(url)
}
yikeshu0611/dbdownload documentation built on Dec. 23, 2021, 7:20 p.m.