View photos from GBIF.
Details
The max number of photos you can see when which="map" is ~160, so cycle through if you have more than that.
Examples
if (FALSE) { # \dontrun{
res <- occ_search(mediaType = 'StillImage', limit = 100)
gbif_photos(res)
gbif_photos(res, which='map')
res <- occ_search(scientificName = "Aves", mediaType = 'StillImage',
limit=150)
gbif_photos(res)
gbif_photos(res, output = '~/barfoo')
} # }