Last active
August 29, 2015 14:11
-
-
Save dlebauer/d9d3fda559f16fae672c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This database is "free for any use" http://plants.usda.gov/java/intellectualPlants