All functions

fbi_api_agencies

All agencies included in the FBI's Crime Data Explorer API.

get_agency_crime()

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

get_agency_info()

Get information about the selected agency

get_api_key()

Returns the FBI's Crime Data Explorer API key

get_arrest_count()

Get arrest data from the UCR's Arrests by Age, Sex, and Race data set.

get_arrest_demographics()

Get arrest data by arrestee demographic from the UCR's Arrests by Age, Sex, and Race data set.

get_estimated_arson()

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

get_estimated_crime()

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

get_nibrs_offender()

Gets offender-level data from the FBI's National Incident-Based Reporting System (NIBRS)

get_nibrs_offense()

Gets offense-level data from the FBI's National Incident-Based Reporting System (NIBRS)

get_nibrs_victim()

Gets victim-level data from the FBI's National Incident-Based Reporting System (NIBRS)

get_police_employment()

Get agency-, state-, region-, or national-level police staffing data.

is_valid_ori()

Checks if the ORI is valid

list_nibrs_offender_variables()

Returns a vector of all `variable` parameter options for `get_nibrs_offender()`.

list_nibrs_offenses()

Return a vector of all offenses in the NIBRS data.

list_nibrs_offense_variables()

Returns a vector of all `variable` parameter options for `get_nibrs_offense()`.

list_nibrs_victim_variables()

Returns a vector of all `variable` parameter options for `get_nibrs_victim()`.

list_regions()

Return a vector of all regions choices.

list_ucr_arrest_offenses()

Return a vector of all offenses in the UCR Arrest data.

nibrs_offender_variables

All available variables for NIBRS offender data.

nibrs_offenses

All offenses available to get NIBRS data for.

nibrs_offense_variables

All available variables for NIBRS offense data.

nibrs_victim_variables

All available variables for NIBRS victim data.

regions

Regions available to get estimated UCR and NIBRS data for.

set_api_key()

Sets the FBI's Crime Data Explorer API key

ucr_arrest_offenses

All offenses available to get NIBRS data for.