Unfortunately baseR's functions have some imperfections; use fs instead. I was reading getGEOSuppFiles and found use of file.path across the whole package.
url <- "https://ftp.ncbi.nlm.nih.gov/geo/series/GSE48nnn/GSE48350/suppl/"
i <- "GSE48350_RAW.tar"
file.path(url, i)
Unfortunately
base
R
's functions have some imperfections; usefs
instead. I was readinggetGEOSuppFiles
and found use offile.path
across the whole package.Note the double forward slash in above result:
//
.