opentree_chronograms | R Documentation |
Now storing >200 chronograms from Open Tree of Life
opentree_chronograms
A list of four elements, containing data from OpenTree of Life chronograms
A list of lists of author names of the original studies that published chronograms in the Open Tree of Life database.
A list of lists of curator names that uploaded chronograms to the Open Tree of Life database.
A list of study identifiers.
A multiPhylo
object storing the chronograms from Open Tree of
Life database.
A character vector indicating the time when the database object was last updated.
A character vector indicating when the chronogram database opentree_chronograms
object was last updated. Format is year.month.day
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.