4 lines
72 B
R
4 lines
72 B
R
|
|
library(XML)
|
||
|
|
pagetree <- htmlTreeParse(webpage )
|
||
|
|
pagetree$children$html
|