html_children | R Documentation |
Get element children
html_children(x)
x |
A document (from |
html <- minimal_html("<ul><li>1<li>2<li>3</ul>")
ul <- html_elements(html, "ul")
html_children(ul)
html <- minimal_html("<p>Hello <b>Hadley</b><i>!</i>")
p <- html_elements(html, "p")
html_children(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.