Skip to contents

Phase 3CCC2. Included snapshot of NYC OpenData 5crt-au7u (71 districts).

Usage

morie_datasets_nyc_community_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 boro_cd, shape_leng, shape_area.

Examples

df <- morie_datasets_nyc_community_districts(offline = TRUE)
head(df)
#>   boro_cd shape_leng shape_area
#> 1     410  105822.38  172077375
#> 2     480   47338.74   32777561
#> 3     483  106865.60  191997999
#> 4     226   32824.84   50565042
#> 5     313   65789.36   88264690
#> 6     105   35288.33   43790040