//=time() ?>
#30DayMapChallenge day 1: points
A map of all healthcare facilities in Brazil in a couple lines of code:
h <- geobr::read_health_facilities()
ggplot(data=h) + geom_sf(size=.01, alpha=.1, aes(color=abbrev_state), show.legend=F) + theme_void()
#geobr Data https://t.co/2ePH5YAHFg