我正在尝试从此网址下载 zip 文件:
url1 <- http://www.clinicaltrials.gov/ct2/results?cond=%22acne%22&studyxml=true
这是我的代码:
tempZip <- tempfile()
download.file(url1, tempZip)
这是我得到的错误:
Warning message:
In download.file(url1, tempZip) :
downloaded length 817445 != reported length 200
有任何想法吗?
编辑:好的,在看到下面 agstudy 的回复后,我发现文件确实正在下载(它似乎也是正确的文件大小)。现在的问题是当我尝试解压缩文件时 - 文件已损坏。
Maciej,我同意使用带有 .zip 扩展名的链接会更好,但是,无法从该网站获取该链接。