This data contains the blocks for Orange County NY, with geographies simplified to allow for better examples.
data("orange")
An sf dataframe with 10034 observations
It can be recreated with: orange <- create_block_table('NY', 'Orange') orange <- rmapshaper::ms_simplify(orange, keep_shapes = TRUE)
data('orange')