The Open Trait Network
# install.packages("devtools") # (If devtools not installed)
library(devtools)
install_github("open-traits-network/ROpenTraits")
Currently, this package can only do one thing, which is to list all of the datasets currently registered in the network:
library(ROpenTraits)
datasets <- rotn_datasets()
head(datasets)
Congratulations! You now know all you need to know :p
Thank you for your interest! Please join our network and register your interest there at https://opentraits.org/.