Regional
RPCS
- FBICrimeData.regionalArrestCount(region: USRegion, offense: OffenseArrest, category: Enum<male, female, offense, race, monthly>, startYear: BoundedInteger<1985, 2019>, endYear: BoundedInteger<1985, 2019>)
Get the number of arrests for the nation in a certain time period
Arguments:
region: USRegion(USRegion) - location of the region the crime occurredoffense: OffenseArrest(OffenseArrest) - the type of breach of a law or rulecategory: Enum<male, female, offense, race, monthly>(Enum) - variable that describes the individual who committed the crimestartYear: BoundedInteger<1985, 2019>(BoundedInteger) - beginning yearendYear: BoundedInteger<1985, 2019>(BoundedInteger) - ending year
Returns:
Object(Object) - data related to region arrest count
- FBICrimeData.regionalOffenseCount(region: USRegion, offense: OffenseData, category: OffenseDataOpt)
Get the number of offenses for a specific region
Arguments:
region: USRegion(USRegion) - indicates in which region the crime has occurredoffense: OffenseData(OffenseData) - the type of breach of a law or rulecategory: OffenseDataOpt(OffenseDataOpt) - variable affecting crimes including examples: count, weapons, etc.
Returns:
Object(Object) - data related to the regional offense count
- FBICrimeData.regionalVictimCount(region: USRegion, offense: OffenseVictim, category: Enum<age, count, ethnicity, race, sex, relationship>)
Get the number of victims for the nation based on the offense and variable
Arguments:
region: USRegion(USRegion) - location of the region the crime occurredoffense: OffenseVictim(OffenseVictim) - the type of breach of a law or rulecategory: Enum<age, count, ethnicity, race, sex, relationship>(Enum) - variable that describes the individual who committed the crime
Returns:
Object(Object) - data related to regional victim count