Skip to content
Prev 66982 / 398513 Next

scan html: sep = "<td>"

Christoph Lehmann wrote:

            
If it fits pairwise together, use
   sep=c("<td>", "</td>")

if not, you can read the whole lot with readLines and strsplit for both 
pattern after that, for example.

Uwe Ligges