Get agency-level crime data from the UCR's Offenses Known and Clearances by Arrest data set.

get_agency_crime(ori, key = get_api_key())

Arguments

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

Value

A data.frame with agency-level UCR crime data for selected agency.

See also

Other UCR crime functions: get_estimated_arson(), get_estimated_crime()

Examples

if (FALSE) { get_agency_crime("AK0010100") }