powered by
Uses xml2 to parse html text into a list
html_to_list(x)
string of html
html as an R list
# create some test data html <- '<div class="example"><h3>test</h3></div>' html_to_list(html)
Run the code above in your browser using DataLab