-
Notifications
You must be signed in to change notification settings - Fork 0
CRS error #9
Copy link
Copy link
Open
Labels
Description
Hello, I'm getting an CRS error when joining data to the base map -- is there a workaround for this? thank you!
> west_trump_no <- dplyr::left_join(west_hex_map, trump_no, by = "gss_code") #Joining to base map
gives error:
old-style crs object detected; please recreate object with a recent sf::st_crs()
Reactions are currently unavailable