Skip to content

District.getByZip not working #7

@sysilviakim

Description

@sysilviakim

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions