将HTM废弃到R数据表中

时间:2017-07-27 07:02:20

标签: html r web-scraping

我正在尝试阅读本地htm文件并使用下面的代码

rawHTML <- paste(readLines("HARVANSH CHAWLA.htm"),collapse = "\n")

但它显示在警告信息下方

Warning messages:
1: In readLines("HARVANSH CHAWLA.htm") :
line 670 appears to contain an embedded nul
2: In readLines("HARVANSH CHAWLA.htm") :
incomplete final line found on 'HARVANSH CHAWLA.htm'

我已附上该文件以供参考。

this commit

非常感谢

0 个答案:

没有答案