Skip to contents

Phase 3CCC2. Bundled snapshot of NYC OpenData 8ugf-3d8u (33 districts).

Usage

morie_datasets_nyc_school_districts(offline = TRUE, max_features = NULL)

Arguments

offline

If TRUE (default), reads the bundled CSV; if FALSE, fetches via SODA2.

max_features

Optional row cap.

Value

A data.frame with schooldist, shape_leng, shape_area.

Examples

df <- morie_datasets_nyc_school_districts(offline = TRUE)
nrow(df)  # 33
#> [1] 33