Open KGargus opened 3 years ago
Hi, trying to complete the WildCam tutorial - I cannot produce the site map using code from line 120 #camera locations
this is the error I receive:
Error in leaflet() %>% addProviderTiles(providers$Esri.WorldImagery, group = "Satellite") %>% : could not find function "%>%"
Please let me know how I can fix this, much appreciated!
Interesting! Can you double check that you have either 'dplyr' or 'tidyr' packages fully installed and loaded? The pipe commands can only be used if those packages (or ones line them) or loaded. Hope that helps!
Hi, trying to complete the WildCam tutorial - I cannot produce the site map using code from line 120 #camera locations
this is the error I receive:
Error in leaflet() %>% addProviderTiles(providers$Esri.WorldImagery, group = "Satellite") %>% : could not find function "%>%"
Please let me know how I can fix this, much appreciated!