R - download.file()格式不正确

时间:2017-09-18 02:30:24

标签: html r download

我正在尝试从Kaggle下载泰坦尼克号训练数据集,并且遇到了download.file()的问题。我已经尝试了方法参数的所有可能值,以及将https更改为http,并且文件似乎无法正确下载:它似乎正在下载HTML文件,我不知道如何解决这个问题。

(数据集)

https://www.kaggle.com/c/titanic/data

我的代码......

download.file("https://www.kaggle.com/c/titanic/download/train.csv",
          "/Users/marsh/Downloads/data/titanic_train.csv", method = "curl")
test <- read.csv("/Users/marsh/Downloads/data/titanic_train.csv")
test

X.html..head..title.Object.moved..title...head..body.
1 <h2>Object moved to <a href=/account/login?
ReturnUrl=%2fc%2ftitanic%2fdownload%2ftrain.csv>here</a>.</h2>
2                                                                                            
</body></html>

0 个答案:

没有答案