metadata: metadata.rda

View source: R/metadata.R

metadataR Documentation

metadata.rda

Description

Contains a cache of all publication metadata the search_metadata() to pull down when run on 2012-05-12.

Usage

metadata(phylo.md = NULL, oai.md = NULL)

Arguments

phylo.md

cached phyloWS (tree) metadata, (optional)

oai.md

cached OAI-PMH (study) metadata (optional)

Details

recreate with: search_metadata()

Value

a data frame of all available metadata, (as a data.table object) columns are: "Study.id", "Tree.id", "kind", "type", "quality", "ntaxa" "date", "publisher", "author", "title".

Examples

## Not run: 
meta <- metadata()
meta[publisher %in% c("Nature", "Science") & ntaxa > 50 & kind == "Species Tree",]

## End(Not run)

ropensci/treebase documentation built on Feb. 18, 2024, 1:57 p.m.