search for: secondmethod

Displaying 1 result from an estimated 1 matches for "secondmethod".

Did you mean: recordmethod
2010 Jul 03
1
XML and RCurl: problem with encoding (htmlTreeParse)
...ply(txt, "//p", function(x) xmlValue(x)) >head(grep(" ", g, value=T)) [1] " | | ENGLISH" " " [3] " ()" " " [5] " " " ! ! !" SecondMethod:- >library(RCurl) >theurl <- getURL("http://home.sina.com",encoding='GB2312') >Encoding(theurl) [1]"unknown" >txt <- readLines(con=textConnection(theurl),encoding='GB2312') >txt[5:10] #show the lines which occurred encoding problem. [1] &...