You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xml_length: should return the length of the node-set, which should be 0 if there are no nodes. The length is always a numeric value, which can be 0, or NA if its unknown.
It is xml_missing which is ill-defined: does it count as a node?
xml_length(xml_nodeset())
returns0
but I feel this should rather beinteger()
which would also be consistent with e.g.xml_name()
.Created on 2023-08-29 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: