Skip to contents

Phase 3CCC2. Included snapshot of NYC OpenData 872g-cjhh (51 districts).

Usage

morie_datasets_nyc_council_districts(offline = TRUE, max_features = NULL)

Arguments

offline

If TRUE (default), reads the included CSV.

max_features

Optional row cap.

Value

A data.frame with coundist, shape_leng, shape_area.

Examples

df <- morie_datasets_nyc_council_districts(offline = TRUE)
range(as.integer(df$coundist))  # districts 1 through 51
#> [1]  1 51