Open buildbetterguis opened 1 year ago
The code for sydney maps in section 6.2.2 needs to have the following code added -
library(dplyr)
Else users will end up with below error -
Error in ozmaps::abs_ced %>% filter(NAME %in% c("Sydney", "Wentworth", : could not find function "%>%"
The code for sydney maps in section 6.2.2 needs to have the following code added -
library(dplyr)
Else users will end up with below error -