Skip to content

Instantly share code, notes, and snippets.

@dlebauer
Last active August 29, 2015 14:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dlebauer/d9d3fda559f16fae672c to your computer and use it in GitHub Desktop.
Save dlebauer/d9d3fda559f16fae672c to your computer and use it in GitHub Desktop.
library(data.table)
## skip the following by just clicking the link to download
download.file("https://dl.dropboxusercontent.com/u/18092793/plants.csv", method = "auto", destfile = "species.csv")
species <- fread("species.csv")
species[`Berry/Nut/Seed Product` == "Yes"|
`Christmas Tree Product` == "Yes" |
`Pulpwood Product` == "Yes"]
@dlebauer
Copy link
Author

This database is "free for any use" http://plants.usda.gov/java/intellectualPlants

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment