- New logical argument
strip.ns
inxml_to_df()
to remove namespaces from the XML data (default is FALSE). If namespaces are present,xml2::xml_find_all()
may fail to find the data-carrying XML tags in the XML data. Namespaces can now be removed by settingstrip.ns
toTRUE
.
- Added function
xml_to_list()
to properly convert XML data to R lists. - Added optional argument
first.records
for functionxml_to_df()
to limit the number of XML data records to be converted into a dataframe (e.g. for testing purposes).
Initial version.