mapview icon indicating copy to clipboard operation
mapview copied to clipboard

Inverted RStudio window upon running map view

Open tmarr opened this issue 4 years ago • 0 comments

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

tmarr avatar Nov 12 '21 16:11 tmarr