View source: R/opentree_chronograms.R
update_datelife_cache | R Documentation |
The function calls get_opentree_chronograms()
to update the OpenTree
chronograms database cached in datelife. It has the option to write the updated
object as an .Rdata file, that will be independent of the opentree_chronograms
data object that you can load with data("opentree_chronograms", package = "datelife")
.
update_datelife_cache( write = TRUE, updated_name = "opentree_chronograms_updated", file_path = file.path(tempdir()), ... )
write |
Defaults to |
updated_name |
Used if |
file_path |
Used if |
... |
Arguments passed on to
|
A list of 4 elements:
A list of lists of author names of the original studies that published chronograms currently stored 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 from original studies that published chronograms currently stored in the Open Tree of Life database.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.