xml(x, ..., encoding = "")xml_tag(x)
xml_node(x, css, xpath)
xml_nodes(x, css, xpath)
x
is a URL, additional arguments are passed on to
GET()
.iconvlist()
for complete list. If you have problems determining the correct encoding,
try stri_enc_detect
css
or xpath
depending on whether you want to use a css or xpath selector.css
or xpath
depending on whether you want to use a css or xpath selector.