WildCoLab / Introduction-to-Camera-Trap-Data-Management-and-Analysis-in-R

An introduction to analysing standardised camera trap data from the WildCAM network.
Creative Commons Zero v1.0 Universal
22 stars 3 forks source link

Issue producing Map #1

Open KGargus opened 3 years ago

KGargus commented 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!

ChrisBeirne commented 3 years ago

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!