Description Usage Arguments Value See Also Examples
Get agency-level crime data from the UCR's Offenses Known and Clearances by Arrest data set.
1 | get_agency_crime(ori, key = get_api_key())
|
ori |
A string or vector of strings of the 9-character ORI code (unique agency ID) for the desired agency. |
key |
A string containing your FBI's Crime Data Explorer API key |
A data.frame with agency-level UCR crime data for selected agency.
Other UCR crime functions:
get_estimated_arson()
,
get_estimated_crime()
1 2 3 4 | ## Not run:
get_agency_crime("AK0010100")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.