[问题] download.file回传error

楼主: cindy6519   2018-10-03 18:25:42
[问题类型]:
程式咨询(我想用R 做某件事情,但是我不知道要怎么用R 写出来)
[软件熟悉度]:
新手
[问题叙述]:
download.file(method="curl")执行后出现error:'curl' call had nonzero exit status
但不知道为何出现error,还请各位指点,谢谢~
[程式范例]:
>data.url <- "https://quality.data.gov.tw/dq_download_csv.php?nid=91734&md5_url=ef2c4d2409b03c7a6a1ca4452bb96832"
> data.file <- C:\\r\\dataset.cv
> download.file(url = data.url, destfile = data.file, method = "curl")
[环境叙述]:
R console
[关键字]:
error,download.file,curl
作者: andrew43 (讨厌有好心推文后删文者)   2018-10-03 19:01:00
目的地写成 "C:/some/where/filename.csv" 之类的
作者: Wush978 (拒看低质媒体)   2018-10-03 21:02:00
我猜是某种网络相关问题。但是具体是什么问题,讯息不足无法判断了
作者: bluecadence (Maxwell's demon)   2018-10-03 22:04:00
你的系统没有 curl 这个程式吧? 对 R 来说,跑 curl这个外部程式失败,所以它"had nonzero exit status"
作者: celestialgod (天)   2018-10-04 20:06:00
安装Rtools就有curl了吧

Links booklink

Contact Us: admin [ a t ] ucptt.com