traits (version 0.1.0)

traitbank: Search for traits from EOL's Traitbank.

Description

Search for traits from EOL's Traitbank.

Usage

traitbank(trait, cache_ttl = NULL, ...)

Arguments

trait
A page id. I know, not ideal. Would be better if this was a trait id or trait name.
cache_ttl
Cache code
...
Curl options passed on to GET

Details

See http://eol.org/data_glossary for human readable definitions for the attribute terms that EOL uses. Go to http://eol.org/data_search for the web interface to Traitbank.

References

http://eol.org/info/516

Examples

Run this code
res <- traitbank(trait = 328574)
res$context
names( res$graph )
head( res$graph )

Run the code above in your browser using DataCamp Workspace