Skip to content

Instantly share code, notes, and snippets.

@vsbuffalo
Created November 9, 2015 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vsbuffalo/5fb19c4f61e5bb170093 to your computer and use it in GitHub Desktop.
Save vsbuffalo/5fb19c4f61e5bb170093 to your computer and use it in GitHub Desktop.
get some sweet trashpanda pictures <3 trash panda
trashpanda <- function() {
if (!require('ecoengine')) {
install.packages("ecoengine", dependencies = TRUE)
library(ecoengine)
}
view_photos(ee_photos(scientific_name = "Procyon lotor", quiet = TRUE))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment