Static maps with ggplot2 (2)

ggplot(nc) + 
  geom_sf() + 
  geom_sf_label(aes(label = NAME)) +
  coord_sf(xlim = c(-81, -79), ylim = c(35, 36)) +
  theme_bw()