Skip to contents

Phase 3EEE2. Included snapshot of 208 City-of-Toronto CKAN packages matched on crime-adjacent keywords (311, fire, police, ambulance, parking, traffic collision, by-law, emergency, crime, wellbeing). Each row identifies a package by its CKAN slug; callers fetch records via morie_datasets_toronto_open_ckan_resource() or visit the open.toronto.ca dataset page.

Usage

morie_datasets_toronto_open_crime_adjacent_layers(offline = TRUE)

Arguments

offline

If TRUE (default), reads the included CSV.

Value

A data.frame with package_name, title, num_resources, metadata_modified, search_keyword.

Examples

d <- morie_datasets_toronto_open_crime_adjacent_layers(offline = TRUE)
head(d[, c("package_name", "title")])
#>                                 package_name
#> 1                  311-service-request-codes
#> 2 311-open311-api-calls-for-service-requests
#> 3     311-contact-centre-performance-metrics
#> 4    311-service-requests-customer-initiated
#> 5                                 public-art
#> 6                    traffic-control-devices
#>                                          title
#> 1                    311 Service Request Codes
#> 2 311 - Open311 API Calls for Service Requests
#> 3       311 Contact Centre Performance Metrics
#> 4    311 Service Requests - Customer Initiated
#> 5                                   Public Art
#> 6                      Traffic Control Devices