我想从this links
下载数据
任务将是:
虽然我对html的了解有限,但我认为以下html代码与表单有关:
<tr class="downloadStatisticItem" Style="display: table-row;">
感谢您的帮助。
答案 0 :(得分:0)
我下载了这个文件,链接看起来像这样
http://www.hactl.com/webapp/hactlpbf/pbfcontroller/HDCRDF;PBF_JSESSIONID=Pvl9TPbB7585NLhLTy9vKQTh9Mj42GW2P10LTVGHKnSwznRwwKy5!-315031026
因此,使用R可能很难下载它,因为没有静态链接。但您可以尝试使用postForm
包中的RCurl
函数,例如
postForm("www.hactl.com/en-US/Media-Centre/Cargo-Statistics.aspx",dateTo='Mar 2014', (insert here the rest of form inputs), style="POST")
要解压缩文件,请使用unzip
功能
file.copy
功能将文件复制到特定位置。