Get state-, region- or national-level estimated arson data from the UCR's Offenses Known and Clearances by Arrest data set.

get_estimated_arson(state_abb = NULL, region = NULL, key = get_api_key())

Arguments

state_abb

String or vector of strings input for state abbreviation(s) to get data for. If NULL (default) returns national data. If `state_abb` and `region` both have values, will use return `region` input data.

region

String or vector of strings input for region name(s) to get data for. Please run `list_regions()` to see all possible variables.

key

A string containing your FBI's Crime Data Explorer API key

Value

A data.frame with state-level estimated UCR arson data for selected state

See also

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

Examples

if (FALSE) { get_estimated_arson("CA") }