Skip to contents

Phase 3CCC3. Included snapshot of the TPS Hub fda21b25213c4c07b08c5162cba5081f (TPS_POLICE_DIVISIONS) – the 16 post-amalgamation TPS divisions (D11, D12, D13, D14, D22, D23, D31, D32, D33, D41, D42, D43, D51, D52, D53, D55) with unit name, address, and area_sqkm.

Usage

morie_datasets_tps_police_divisions(offline = TRUE, max_features = NULL)

Arguments

offline

If TRUE (default), reads the included CSV.

max_features

Optional row cap.

Value

A data.frame with DIV, UNIT_NAME, ADDRESS, CITY, AREA_SQKM, plus shape area / perimeter fields.

Examples

df <- morie_datasets_tps_police_divisions(offline = TRUE)
nrow(df)  # 16
#> [1] 16