oai_metadata {treebase} | R Documentation |
Search the OAI-PMH metadata by date, publisher, or identifier
Description
Search the OAI-PMH metadata by date, publisher, or identifier
Usage
oai_metadata(
x = c("date", "publisher", "author", "title", "Study.id", "attributes"),
metadata = NULL,
...
)
Arguments
x |
one of "date", "publisher", "identifier" for the study |
metadata |
returned from |
... |
additional arguments to |
Value
a list of values matching the query
[Package treebase version 0.1.5 Index]