Skip to contents

Converts known IRS 990 e-file XML URLs into a standardized OBJECTID (prefixed with OID-) used as a database key.

Usage

get_object_id2(url)

Arguments

url

Character. Full XML URL.

Value

Character scalar OBJECTID.

Examples

get_object_id2("https://nccs-efile.s3.us-east-1.amazonaws.com/xml/202220139349301207_public.xml")
#> [1] "OID-202220139349301207"