Duplicated names for elements in list after calling as_list
#436
Labels
feature
a feature request or enhancement
8000
as_list
#436
Uh oh!
There was an error while loading. Please reload this page.
Thanks for your work on
xml2
!Consider the following reprex where I have an xml document with multiple nodes of the same element (
item
):Created on 2023-12-30 with reprex v2.0.2
When the xml document in the reprex is converted to a
list
, the list elements will have duplicated names. Which I think is undesirable in R, and will cause all sorts of problems. Would it be possible to either:as_list
produces duplicated element names; orThanks for considering.
The text was updated successfully, but these errors were encountered: