I read a data from a link like these.
> library(XML)> url <- "....."> html <- htmlTreeParse(url, useInternalNodes=T)
then I want to extract one row from that to count its number of character. what should I do?
No comments:
Post a Comment