The Plant List http://www.theplantlist.org/. Note
that there is now a package on CRAN (taxonstand -
http://cran.r-project.org/web/packages/Taxonstand/)
that uses only theplantlist.org to search plant names.
Usage
tpl_get(dir_, family = NULL)
Arguments
dir_
Directory to write csv files to.
family
If you want just one, or >1 family, but not
all, list them in a vector.
Value
Returns nothing to console, except a message and progress
bar. Writes csv files to dir_.
Details
Throws a warning if you already have a directory of the
one provided, but still works.
# writes to your home directory, change to where you wanttpl_get(dir_ = "~/foo")
# just a few familiestpl_get(dir_ = "~/foo2", family = c("Platanaceae","Winteraceae"))