xml {rvest} | R Documentation |
Deprecated. Please use just xml2 directly
xml(x, ..., encoding = "") xml_tag(x) xml_node(x, css, xpath) xml_nodes(x, css, xpath)
x |
A url, a local path, a string containing html, or a response from an httr request. |
... |
If |
encoding |
Specify encoding of document. See |
css |
Nodes to select. Supply one of |
xpath |
Nodes to select. Supply one of |