opentree_chronograms {OpenTreeChronograms} | R Documentation |
Open Tree of Life Chronogram database in R
Description
Now storing >200 chronograms from Open Tree of Life
Usage
opentree_chronograms
Format
A list of four elements, containing data from OpenTree 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 when the chronogram database
opentree_chronograms
object was last updated. Format is year.month.day
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_time <- Sys.time()
opentree_chronograms$version <- format(Sys.time(), "%Y.%m.%d")
usethis::use_data(opentree_chronograms, overwrite = T, compress="xz")
and updated with update_datelife_cache()