getCrimes: Generate a list of crimes for a specific offender

Description Usage Arguments Value See Also Examples

Description

Generate a list of crimes for a specific offender

Usage

1
getCrimes(offenderID, crimedata, offenderTable)

Arguments

offenderID

an offender ID that is in offenderTable

crimedata

data.frame of crime incident data. crimedata must be a data.frame with a column named: crimeID

offenderTable

offender table that indicates the offender(s) responsible for solved crimes. offenderTable must have columns named: offenderID and crimeID.

Value

The subset of crimes in crimedata that are attributable to the offender named offenderID

See Also

getCrimeSeries

Examples

1
2
3
4

crimelinkage documentation built on May 2, 2019, 1:36 a.m.