-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Good evening,
Currently, the following lines all leave an error:
# Official example
district <- District.getByZip(list(10001,10002),)
district <- District.getByZip(10001)
# zip5 argument requires character string
district <- District.getByZip("10001")
All error messages are as follows:
Error in removeChildren.XMLInternalNode(districts, kids = list("electionDistricts")) : trying to remove a child node from a different parent node
I haven't been able to dig into the underlying issue but thought I'd leave it for documentation first. Thank you for the great package and for looking into this issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels