get_estimated_arson: Get state-, region- or national-level estimated arson data...

Description Usage Arguments Value See Also Examples

View source: R/ucr_crime.R

Description

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

Usage

1
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

1
2
3
4
## Not run: 
get_estimated_arson("CA")

## End(Not run)

jacobkap/fbi documentation built on Sept. 18, 2020, 7:32 p.m.