Regional ======== RPCS ---- .. function:: FBICrimeData.regionalArrestCount(region: USRegion, offense: OffenseArrest, category: Enum, 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`` (`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 .. function:: 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 .. function:: FBICrimeData.regionalVictimCount(region: USRegion, offense: OffenseVictim, category: Enum) 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`` (`Enum `__) - variable that describes the individual who committed the crime **Returns:** ``Object`` (`Object `__) - data related to regional victim count