mapview
mapview copied to clipboard
Inverted RStudio window upon running map view
When I run this simple example, I get an inverted RStudio window:
library(tidycensus); library(mapview)
incomes <- get_acs(geography = "tract", variables = "B19013_001", state = "DC", geometry = TRUE)
mapview(incomes, zcol = 'estimate')
View image here: https://twitter.com/tayloramarr/status/1459189783201206284?s=20