Skip to contents

Returns one row per registered category with columns name, description, and primary_date.

Usage

morie_tps_list_datasets()

Value

A data.frame sorted by name.

Examples

morie_tps_list_datasets()
#>                                name
#> 1                           Assault
#> 2                         AutoTheft
#> 3                      BicycleTheft
#> 4                     BreakandEnter
#> 5         CommunitySafetyIndicators
#> 6                        HateCrimes
#> 7                         Homicides
#> 8  IntimatePartnerAndFamilyViolence
#> 9           NeighbourhoodCrimeRates
#> 10                          Robbery
#> 11      ShootingAndFirearmDiscarges
#> 12           TheftFromMovingVehicle
#> 13                        TheftOver
#>                                                     description primary_date
#> 1                         Reported assault incidents in Toronto     OCC_DATE
#> 2                      Reported auto-theft incidents in Toronto     OCC_DATE
#> 3                            Reported bicycle thefts in Toronto     OCC_DATE
#> 4                 Reported break-and-enter incidents in Toronto     OCC_DATE
#> 5                 Toronto community-safety composite indicators  REPORT_DATE
#> 6                      Reported hate-crime incidents in Toronto     OCC_DATE
#> 7                        Reported homicide incidents in Toronto     OCC_DATE
#> 8      Reported intimate-partner and family violence in Toronto     OCC_DATE
#> 9       Per-neighbourhood crime rates (annualised, by HOOD_158)  REPORT_YEAR
#> 10                        Reported robbery incidents in Toronto     OCC_DATE
#> 11 Reported shooting and firearm-discharge incidents in Toronto     OCC_DATE
#> 12      Reported theft-from-moving-vehicle incidents in Toronto     OCC_DATE
#> 13               Reported theft-over-$5000 incidents in Toronto     OCC_DATE