ucr_constant_reporter_oris {crimeutils}R Documentation

Get ORIs that consistently report their data every year.

Description

Get ORIs that consistently report their data every year.

Usage

ucr_constant_reporter_oris(data, minimum_months_reported)

Arguments

data

A data.frame with Uniform Crime Report (UCR) data. Requires at least the ORI, year, and number_of_months_reported columns.

minimum_months_reported

Integer indicating the minimum number of months requesting to keep in data.

Value

A vector with the ORIs that report the minimum number of months for every year in the data.


[Package crimeutils version 0.5.1 Index]