Convert an xml_nodeset containing <a> elements into a tbl_df

bind_xml_nodeset(xmln)

Arguments

xmln

xml_nodeset produced by e.g. html_nodes(page, 'a')

Value

A tbl_df of information derived from the XML attributes of a nodeset.