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 occurred

  • offense: OffenseArrest (OffenseArrest) - the type of breach of a law or rule

  • category: Enum<male, female, offense, race, monthly> (Enum) - variable that describes the individual who committed the crime

  • startYear: BoundedInteger<1985, 2019> (BoundedInteger) - beginning year

  • endYear: 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 occurred

  • offense: OffenseData (OffenseData) - the type of breach of a law or rule

  • category: 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 occurred

  • offense: OffenseVictim (OffenseVictim) - the type of breach of a law or rule

  • category: 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