opentree_chronograms {datelife} | R Documentation |
Chronogram database
Description
Now storing >200 chronograms from Open Tree of Life
Usage
opentree_chronograms
Format
A list of four elements, containing data from Open Tree of Life chronograms
- authors
A list of lists of author names of the original studies that published chronograms in the Open Tree of Life database.
- curators
A list of lists of curator names that uploaded chronograms to the Open Tree of Life database.
- studies
A list of study identifiers.
- trees
A
multiPhylo
object storing the chronograms from Open Tree of Life database.- update
A character vector indicating the time when the database object was last updated.
- version
A character vector indicating the datelife
utils::packageVersion()
when the database was last updated.
Details
Generated with devtools::install_github("ropensci/rotl", ref = devtools::github_pull("137")) remotes::install_github("ROpenSci/bibtex")' opentree_chronograms <- get_opentree_chronograms() opentree_chronograms$update <- Sys.time() opentree_chronograms$version <- '2022.01.28' usethis::use_data(opentree_chronograms, overwrite = T, compress = "xz") and updated with update_datelife_cache()