This data contains the blocks for Henrico County, VA with geographies simplified to allow for better examples.
data("va_blocks")
An sf dataframe with 93 observations
va_vtd <- tinytiger::tt_voting_districts(state = 'VA', county = '087', year = 2010) va_vtd <- rmapshaper::ms_simplify(va_vtd, keep_shapes = TRUE)
data('va_blocks')