Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.21 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.21 KB

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Build Status codecov ROpenTraits - Access The Open Trait Network in R

The Open Trait Network

Installation

# install.packages("devtools") # (If devtools not installed)
library(devtools)
install_github("open-traits-network/ROpenTraits")

Getting started

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

Contributing to ROpenTraits

Thank you for your interest! Please join our network and register your interest there at https://opentraits.org/.